Class: Aws::DynamoDB::Types::GlobalTableNotFoundException

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

Overview

The specified global table does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4444
4445
4446
4447
4448
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4444

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