Class: Aws::SES::Errors::EventDestinationDoesNotExistException Deprecated
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::SES::Errors::EventDestinationDoesNotExistException
- Defined in:
- lib/aws-sdk-ses/errors.rb,
sig/errors.rbs
Overview
Deprecated.
This error class is not used during parsing.
Please use EventDestinationDoesNotExist instead.
Instance Method Summary collapse
- #configuration_set_name ⇒ String
- #event_destination_name ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EventDestinationDoesNotExistException
constructor
A new instance of EventDestinationDoesNotExistException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ EventDestinationDoesNotExistException
Returns a new instance of EventDestinationDoesNotExistException.
267 268 269 |
# File 'lib/aws-sdk-ses/errors.rb', line 267 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#configuration_set_name ⇒ String
272 |
# File 'lib/aws-sdk-ses/errors.rb', line 272
def configuration_set_name: () -> ::String
|
#event_destination_name ⇒ String
277 |
# File 'lib/aws-sdk-ses/errors.rb', line 277
def event_destination_name: () -> ::String
|