public class InvalidSnsTopicException extends AmazonServiceException
Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not publish to the topic, possibly due to permissions issues. For information about giving permissions, see the Amazon SES Developer Guide.
AmazonServiceException.ErrorType
Constructor and Description |
---|
InvalidSnsTopicException(java.lang.String message)
Constructs a new InvalidSnsTopicException with the specified error
message.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTopic()
Returns the value of the topic property for this object.
|
void |
setTopic(java.lang.String topic)
Sets the value of topic
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCode
isRetryable
public InvalidSnsTopicException(java.lang.String message)
message
- Describes the error encountered.public java.lang.String getTopic()
public void setTopic(java.lang.String topic)
topic
- The new value for the topic property for this object.Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.