Class: Aws::DynamoDB::Errors::ImportNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-dynamodb/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ImportNotFoundException

Returns a new instance of ImportNotFoundException.

Parameters:



244
245
246
# File 'lib/aws-sdk-dynamodb/errors.rb', line 244

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


249
250
251
# File 'lib/aws-sdk-dynamodb/errors.rb', line 249

def message
  @message || @data[:message]
end