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

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

Overview

Deprecated.

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

Instance Method Summary collapse

Constructor Details

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



245
246
247
# File 'lib/aws-sdk-ses/errors.rb', line 245

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

Instance Method Details

#configuration_set_nameString



250
# File 'lib/aws-sdk-ses/errors.rb', line 250

def configuration_set_name: () -> ::String

#event_destination_nameString



255
# File 'lib/aws-sdk-ses/errors.rb', line 255

def event_destination_name: () -> ::String