Class InvalidSnsTopicException

All Implemented Interfaces:
Serializable

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.

See Also:
  • Constructor Details

    • InvalidSnsTopicException

      public InvalidSnsTopicException(String message)
      Constructs a new InvalidSnsTopicException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details

    • setTopic

      public void setTopic(String topic)
      Parameters:
      topic -
    • getTopic

      public String getTopic()
      Returns:
    • withTopic

      public InvalidSnsTopicException withTopic(String topic)
      Parameters:
      topic -
      Returns:
      Returns a reference to this object so that method calls can be chained together.