Class: Aws::DynamoDB::Types::GlobalTableNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::GlobalTableNotFoundException
- Includes:
- Structure
- Defined in:
- 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 'lib/aws-sdk-dynamodb/types.rb', line 4537 class GlobalTableNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |