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()
Indicates that the topic does not exist.
|
void |
setTopic(java.lang.String topic)
Indicates that the topic does not exist.
|
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()
Indicates that the topic does not exist.
Indicates that the topic does not exist.
public void setTopic(java.lang.String topic)
Indicates that the topic does not exist.
topic
- Indicates that the topic does not exist.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.