Class: Aws::DynamoDB::Types::TableInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TableInUseException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
A target table with the specified name is either being created or deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9286 9287 9288 9289 9290 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9286 class TableInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |