Class: Aws::Neptunedata::Errors::MLResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::MLResourceNotFoundException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MLResourceNotFoundException
constructor
A new instance of MLResourceNotFoundException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MLResourceNotFoundException
Returns a new instance of MLResourceNotFoundException.
471 472 473 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 471 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
486 487 488 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 486 def code @code || @data[:code] end |
#detailed_message ⇒ String
476 477 478 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 476 def @data[:detailed_message] end |
#request_id ⇒ String
481 482 483 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 481 def request_id @data[:request_id] end |