Class: Aws::DynamoDB::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
The operation conflicts with the resource’s availability. For example, you attempted to recreate an existing table, or tried to delete a table currently in the ‘CREATING` state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The resource which is being attempted to be changed is in use.
Instance Attribute Details
#message ⇒ String
The resource which is being attempted to be changed is in use.
7608 7609 7610 7611 7612 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 7608 class ResourceInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |