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

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ConcurrentModificationException.

Parameters:



209
210
211
# File 'gems/aws-sdk-neptunedata/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

Returns:

  • (String)


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

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

#detailed_messageString

Returns:

  • (String)


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

def detailed_message
  @data[:detailed_message]
end

#request_idString

Returns:

  • (String)


219
220
221
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 219

def request_id
  @data[:request_id]
end

#retryable?Boolean

Returns:

  • (Boolean)


228
229
230
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/errors.rb', line 228

def retryable?
  true
end