Class: Aws::SES::Types::InvalidSNSDestinationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb

Overview

Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is invalid. See the error message for details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

Indicates that the configuration set does not exist.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2263

class InvalidSNSDestinationException < Struct.new(
  :configuration_set_name,
  :event_destination_name)
  SENSITIVE = []
  include Aws::Structure
end

#event_destination_nameString

Indicates that the event destination does not exist.

Returns:

  • (String)


2263
2264
2265
2266
2267
2268
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2263

class InvalidSNSDestinationException < Struct.new(
  :configuration_set_name,
  :event_destination_name)
  SENSITIVE = []
  include Aws::Structure
end