Class: Aws::Neptunedata::Errors::ConcurrentModificationException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-neptunedata/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ConcurrentModificationException



209
210
211
# File 'lib/aws-sdk-neptunedata/errors.rb', line 209

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#codeString



224
225
226
# File 'lib/aws-sdk-neptunedata/errors.rb', line 224

def code
  @code || @data[:code]
end

#detailed_messageString



214
215
216
# File 'lib/aws-sdk-neptunedata/errors.rb', line 214

def detailed_message
  @data[:detailed_message]
end

#request_idString



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