Class: Aws::SES::Errors::EventDestinationAlreadyExistsException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::EventDestinationAlreadyExistsException
- Defined in:
- gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb
Overview
Deprecated.
This error class is not used during parsing.
Please use EventDestinationAlreadyExists
instead.
Instance Method Summary collapse
-
#configuration_set_name ⇒ String
-
#event_destination_name ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EventDestinationAlreadyExistsException
constructor
A new instance of EventDestinationAlreadyExistsException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EventDestinationAlreadyExistsException
Returns a new instance of EventDestinationAlreadyExistsException.
246 247 248 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 246 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#configuration_set_name ⇒ String
251 252 253 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 251 def configuration_set_name @data[:configuration_set_name] end |
#event_destination_name ⇒ String
256 257 258 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 256 def event_destination_name @data[:event_destination_name] end |