Class: Aws::Neptunedata::Types::BulkLoadIdNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/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

Instance Attribute Details

#codeString

The HTTP status code returned with the exception.

Returns:

  • (String)


77
78
79
80
81
82
83
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 77

class BulkLoadIdNotFoundException < Struct.new(
  :detailed_message,
  :request_id,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#detailed_messageString

A detailed message describing the problem.

Returns:

  • (String)


77
78
79
80
81
82
83
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 77

class BulkLoadIdNotFoundException < Struct.new(
  :detailed_message,
  :request_id,
  :code)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The bulk-load job ID that could not be found.

Returns:

  • (String)


77
78
79
80
81
82
83
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 77

class BulkLoadIdNotFoundException < Struct.new(
  :detailed_message,
  :request_id,
  :code)
  SENSITIVE = []
  include Aws::Structure
end