Class: Aws::RDSDataService::Errors::InternalServerErrorException

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerErrorException.

Parameters:



157
158
159
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/errors.rb', line 157

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