Class: Aws::DynamoDB::Types::BackupInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::BackupInUseException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
There is another ongoing conflicting backup control plane operation on the table. The backup is either being created, deleted or restored to a table.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
590 591 592 593 594 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 590 class BackupInUseException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |