Class: Aws::DynamoDB::Types::TableAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TableAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
A target table with the specified name already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8555 8556 8557 8558 8559 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 8555 class TableAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |