Class: Aws::Neptunedata::Errors::FailureByQueryException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::FailureByQueryException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FailureByQueryException
constructor
A new instance of FailureByQueryException.
- #request_id ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ FailureByQueryException
Returns a new instance of FailureByQueryException.
292 293 294 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 292 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
307 308 309 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 307 def code @code || @data[:code] end |
#detailed_message ⇒ String
297 298 299 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 297 def @data[:detailed_message] end |
#request_id ⇒ String
302 303 304 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 302 def request_id @data[:request_id] end |
#retryable? ⇒ Boolean
311 312 313 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 311 def retryable? true end |