Class: Aws::DynamoDB::Types::InvalidRestoreTimeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::InvalidRestoreTimeException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
An invalid restore time was specified. RestoreDateTime must be between EarliestRestorableDateTime and LatestRestorableDateTime.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4692 4693 4694 4695 4696 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4692 class InvalidRestoreTimeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |