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)


4804
4805
4806
4807
4808
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4804

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