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