Class: Aws::DynamoDB::Types::TableInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TableInUseException
- Includes:
- Structure
- Defined in:
- 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
9020 9021 9022 9023 9024 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9020 class TableInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |