Class: Aws::Comprehend::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



203
204
205
# File 'lib/aws-sdk-comprehend/errors.rb', line 203

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

Instance Method Details

#messageString

Returns:

  • (String)


208
209
210
# File 'lib/aws-sdk-comprehend/errors.rb', line 208

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