Class: Aws::SES::Errors::EventDestinationAlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SES::Errors::EventDestinationAlreadyExistsException
- Defined in:
- lib/aws-sdk-ses/errors.rb
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.
201 202 203 |
# File 'lib/aws-sdk-ses/errors.rb', line 201 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#configuration_set_name ⇒ String
206 207 208 |
# File 'lib/aws-sdk-ses/errors.rb', line 206 def configuration_set_name @data[:configuration_set_name] end |
#event_destination_name ⇒ String
211 212 213 |
# File 'lib/aws-sdk-ses/errors.rb', line 211 def event_destination_name @data[:event_destination_name] end |