Class: Aws::DynamoDB::Types::InvalidExportTimeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::InvalidExportTimeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
The specified ExportTime is outside of the point in time recovery window.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5049 5050 5051 5052 5053 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5049 class InvalidExportTimeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |