Class: Aws::Neptunedata::Types::ConcurrentModificationException

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

Overview

Raised when a request attempts to modify data that is concurrently being modified by another process.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The HTTP status code returned with the exception.

Returns:

  • (String)


345
346
347
348
349
350
351
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 345

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

#detailed_messageString

A detailed message describing the problem.

Returns:

  • (String)


345
346
347
348
349
350
351
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 345

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

#request_idString

The ID of the request in question.

Returns:

  • (String)


345
346
347
348
349
350
351
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 345

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