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)


4486
4487
4488
4489
4490
# File 'lib/aws-sdk-dynamodb/types.rb', line 4486

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