Class: Aws::DynamoDB::Types::InvalidExportTimeException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


5033
5034
5035
5036
5037
# File 'lib/aws-sdk-dynamodb/types.rb', line 5033

class InvalidExportTimeException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end