Class: Aws::SES::Errors::EventDestinationAlreadyExistsException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-ses/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EventDestinationAlreadyExistsException

Returns a new instance of EventDestinationAlreadyExistsException.

Parameters:



201
202
203
# File 'lib/aws-sdk-ses/errors.rb', line 201

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#configuration_set_nameString

Returns:

  • (String)


206
207
208
# File 'lib/aws-sdk-ses/errors.rb', line 206

def configuration_set_name
  @data[:configuration_set_name]
end

#event_destination_nameString

Returns:

  • (String)


211
212
213
# File 'lib/aws-sdk-ses/errors.rb', line 211

def event_destination_name
  @data[:event_destination_name]
end