Class: Aws::Neptunedata::Errors::MissingParameterException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::MissingParameterException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MissingParameterException
constructor
A new instance of MissingParameterException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MissingParameterException
Returns a new instance of MissingParameterException.
575 576 577 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 575 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
590 591 592 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 590 def code @code || @data[:code] end |
#detailed_message ⇒ String
580 581 582 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 580 def @data[:detailed_message] end |
#request_id ⇒ String
585 586 587 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 585 def request_id @data[:request_id] end |