Class: Aws::DynamoDB::Types::ContinuousBackupsUnavailableException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Backups have not yet been enabled for this table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1638
1639
1640
1641
1642
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 1638

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