Class: Aws::DynamoDB::Types::ExportNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

The specified export was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3645
3646
3647
3648
3649
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 3645

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