Class: Aws::DynamoDB::Types::PointInTimeRecoveryUnavailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::PointInTimeRecoveryUnavailableException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
5899 5900 5901 5902 5903 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5899 class PointInTimeRecoveryUnavailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |