Class: Aws::Neptunedata::Errors::ParsingException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::ParsingException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ParsingException
constructor
A new instance of ParsingException.
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ParsingException
Returns a new instance of ParsingException.
600 601 602 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 600 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
615 616 617 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 615 def code @code || @data[:code] end |
#detailed_message ⇒ String
605 606 607 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 605 def @data[:detailed_message] end |
#request_id ⇒ String
610 611 612 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 610 def request_id @data[:request_id] end |