Class: Aws::DynamoDB::Types::BackupInUseException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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

#messageString

Returns:

  • (String)


591
592
593
594
595
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 591

class BackupInUseException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end