Class: Aws::DynamoDB::Errors::InternalServerError

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-dynamodb/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of InternalServerError.

Parameters:



276
277
278
# File 'lib/aws-sdk-dynamodb/errors.rb', line 276

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

Instance Method Details

#messageString

Returns:

  • (String)


281
# File 'lib/aws-sdk-dynamodb/errors.rb', line 281

def message: () -> ::String