Class: Aws::MachineLearning::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MachineLearning::Errors::ResourceNotFoundException
- Defined in:
- lib/aws-sdk-machinelearning/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
160 161 162 |
# File 'lib/aws-sdk-machinelearning/errors.rb', line 160 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
170 171 172 |
# File 'lib/aws-sdk-machinelearning/errors.rb', line 170 def code @code || @data[:code] end |
#message ⇒ String
165 166 167 |
# File 'lib/aws-sdk-machinelearning/errors.rb', line 165 def @message || @data[:message] end |