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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4810
4811
4812
4813
4814
# File 'lib/aws-sdk-dynamodb/types.rb', line 4810

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