Class: Aws::Neptunedata::Types::InternalFailureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::InternalFailureException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Raised when the processing of the request failed unexpectedly.
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.
1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1805 class InternalFailureException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#detailed_message ⇒ String
A detailed message describing the problem.
1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1805 class InternalFailureException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the request in question.
1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1805 class InternalFailureException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |