Class: Aws::SES::Types::InvalidSnsTopicException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#topicString

Indicates that the topic does not exist.

Returns:

  • (String)


2324
2325
2326
2327
2328
# File 'lib/aws-sdk-ses/types.rb', line 2324

class InvalidSnsTopicException < Struct.new(
  :topic)
  SENSITIVE = []
  include Aws::Structure
end