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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3563
3564
3565
3566
3567
# File 'lib/aws-sdk-dynamodb/types.rb', line 3563

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