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