Class: Aws::Neptunedata::Types::FailureByQueryException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::FailureByQueryException
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Raised when a request fails.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The HTTP status code returned with the exception.
-
#detailed_message ⇒ String
A detailed message describing the problem.
-
#request_id ⇒ String
The ID of the request in question.
Instance Attribute Details
#code ⇒ String
The HTTP status code returned with the exception.
965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 965 class FailureByQueryException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#detailed_message ⇒ String
A detailed message describing the problem.
965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 965 class FailureByQueryException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the request in question.
965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 965 class FailureByQueryException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |