Class: Aws::SES::Types::EventDestinationAlreadyExistsException

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

Overview

Indicates that the event destination could not be created because of a naming conflict.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#configuration_set_nameString

Indicates that the configuration set does not exist.

Returns:

  • (String)


1550
1551
1552
1553
1554
1555
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1550

class EventDestinationAlreadyExistsException < 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)


1550
1551
1552
1553
1554
1555
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 1550

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