Class: Aws::SES::Errors::AlreadyExistsException 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 AlreadyExists instead.

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of AlreadyExistsException.

Parameters:



117
118
119
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 117

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

Instance Method Details

#nameString

Returns:

  • (String)


122
123
124
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/errors.rb', line 122

def name
  @data[:name]
end