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
4911 4912 4913 4914 4915 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 4911 class InvalidExportTimeException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |