Class: Aws::DynamoDB::Types::GlobalTableAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::GlobalTableAlreadyExistsException
- Defined in:
- gems/aws-sdk-dynamodb/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
4221 4222 4223 4224 4225 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4221 class GlobalTableAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |