Class: Aws::DynamoDBStreams::Types::InternalServerError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/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)


309
310
311
312
313
# File 'gems/aws-sdk-dynamodbstreams/lib/aws-sdk-dynamodbstreams/types.rb', line 309

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