Class: Aws::Neptunedata::Errors::ConcurrentModificationException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Neptunedata::Errors::ConcurrentModificationException
- Defined in:
- lib/aws-sdk-neptunedata/errors.rb
Instance Method Summary collapse
- #code ⇒ String
- #detailed_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConcurrentModificationException
constructor
A new instance of ConcurrentModificationException.
- #request_id ⇒ String
- #retryable? ⇒ Boolean
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConcurrentModificationException
Returns a new instance of ConcurrentModificationException.
209 210 211 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 209 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
224 225 226 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 224 def code @code || @data[:code] end |
#detailed_message ⇒ String
214 215 216 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 214 def @data[:detailed_message] end |
#request_id ⇒ String
219 220 221 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 219 def request_id @data[:request_id] end |
#retryable? ⇒ Boolean
228 229 230 |
# File 'lib/aws-sdk-neptunedata/errors.rb', line 228 def retryable? true end |