Class: Aws::DynamoDB::Types::TableAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TableAlreadyExistsException
- Defined in:
- gems/aws-sdk-dynamodb/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
8087 8088 8089 8090 8091 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 8087 class TableAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |