Class: Aws::QLDBSession::Types::OccConflictException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qldbsession/types.rb

Overview

Returned when a transaction cannot be written to the journal due to a failure in the verification phase of *optimistic concurrency control* (OCC).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


300
301
302
303
304
# File 'lib/aws-sdk-qldbsession/types.rb', line 300

class OccConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end