Class: Aws::DynamoDB::Types::PointInTimeRecoveryUnavailableException

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

Overview

Point in time recovery has not yet been enabled for this source table.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5758
5759
5760
5761
5762
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5758

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