Class: Aws::DynamoDB::Types::InternalServerError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

An error occurred on the server side.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The server encountered an internal error trying to fulfill the request.

Returns:

  • (String)


4846
4847
4848
4849
4850
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4846

class InternalServerError < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end