Class: Aws::DynamoDB::Types::GlobalTableAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::GlobalTableAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
The specified global table already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4454 4455 4456 4457 4458 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4454 class GlobalTableAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |