Class: Aws::Neptunedata::Types::BulkLoadIdNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::BulkLoadIdNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Raised when a specified bulk-load job ID cannot be found.
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 bulk-load job ID that could not be found.
Instance Attribute Details
#code ⇒ String
The HTTP status code returned with the exception.
77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 77 class BulkLoadIdNotFoundException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#detailed_message ⇒ String
A detailed message describing the problem.
77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 77 class BulkLoadIdNotFoundException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The bulk-load job ID that could not be found.
77 78 79 80 81 82 83 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 77 class BulkLoadIdNotFoundException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |