Class: Aws::Imagebuilder::Errors::ResourceNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ResourceNotFoundException.

Parameters:



254
255
256
# File 'lib/aws-sdk-imagebuilder/errors.rb', line 254

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

Instance Method Details

#messageString

Returns:

  • (String)


259
260
261
# File 'lib/aws-sdk-imagebuilder/errors.rb', line 259

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