Class: Aws::Neptunedata::Errors::MalformedQueryException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::MalformedQueryException
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
-
#code ⇒ String
-
#detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MalformedQueryException
constructor
A new instance of MalformedQueryException.
-
#request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ MalformedQueryException
Returns a new instance of MalformedQueryException.
496 497 498 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 496 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
511 512 513 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 511 def code @code || @data[:code] end |
#detailed_message ⇒ String
501 502 503 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 501 def @data[:detailed_message] end |
#request_id ⇒ String
506 507 508 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 506 def request_id @data[:request_id] end |