Class: Aws::DynamoDB::Types::InvalidRestoreTimeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::InvalidRestoreTimeException
- Includes:
- Structure
- Defined in:
- 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
5047 5048 5049 5050 5051 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5047 class InvalidRestoreTimeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |