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
4409 4410 4411 4412 4413 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4409 class GlobalTableAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |