Class: Aws::SES::Types::InvalidSnsTopicException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::InvalidSnsTopicException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
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].
[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#topic ⇒ String
Indicates that the topic does not exist.
Instance Attribute Details
#topic ⇒ String
Indicates that the topic does not exist.
2285 2286 2287 2288 2289 |
# File 'lib/aws-sdk-ses/types.rb', line 2285 class InvalidSnsTopicException < Struct.new( :topic) SENSITIVE = [] include Aws::Structure end |