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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/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)


4860
4861
4862
4863
4864
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 4860

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