Class: Aws::SES::Errors::EventDestinationDoesNotExistException Deprecated

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

Overview

Deprecated.

This error class is not used during parsing. Please use EventDestinationDoesNotExist instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of EventDestinationDoesNotExistException.

Parameters:



268
269
270
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 268

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

Instance Method Details

#configuration_set_nameString

Returns:

  • (String)


273
274
275
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 273

def configuration_set_name
  @data[:configuration_set_name]
end

#event_destination_nameString

Returns:

  • (String)


278
279
280
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 278

def event_destination_name
  @data[:event_destination_name]
end