Class: Aws::Neptunedata::Errors::BulkLoadIdNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::BulkLoadIdNotFoundException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BulkLoadIdNotFoundException
constructor
A new instance of BulkLoadIdNotFoundException.
- #request_id ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ BulkLoadIdNotFoundException
Returns a new instance of BulkLoadIdNotFoundException.
126 127 128 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 126 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
141 142 143 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 141 def code @code || @data[:code] end |
#detailed_message ⇒ String
131 132 133 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 131 def @data[:detailed_message] end |
#request_id ⇒ String
136 137 138 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 136 def request_id @data[:request_id] end |
#retryable? ⇒ Boolean
145 146 147 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 145 def retryable? true end |