Class: Aws::DynamoDB::Types::InternalServerError
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::InternalServerError
- 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
-
#message ⇒ String
The server encountered an internal error trying to fulfill the request.
Instance Attribute Details
#message ⇒ String
The server encountered an internal error trying to fulfill the request.
4810 4811 4812 4813 4814 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4810 class InternalServerError < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |