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