Class: Aws::DynamoDB::Types::GlobalTableNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::GlobalTableNotFoundException
- 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
#message ⇒ String
4537 4538 4539 4540 4541 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4537 class GlobalTableNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |