Class: Aws::SESV2::Errors::AlreadyExistsException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::SESV2::Errors::AlreadyExistsException
- Defined in:
- lib/aws-sdk-sesv2/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AlreadyExistsException
constructor
A new instance of AlreadyExistsException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AlreadyExistsException
Returns a new instance of AlreadyExistsException.
65 66 67 |
# File 'lib/aws-sdk-sesv2/errors.rb', line 65 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |