Class: Aws::DynamoDB::Types::ImportNotFoundException

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

Overview

The specified import was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4361
4362
4363
4364
4365
# File 'lib/aws-sdk-dynamodb/types.rb', line 4361

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