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

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
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:



246
247
248
# File 'lib/aws-sdk-dynamodb/errors.rb', line 246

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

Instance Method Details

#messageString

Returns:

  • (String)


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

def message: () -> ::String