Class: Aws::QLDBSession::Types::OccConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QLDBSession::Types::OccConflictException
- Defined in:
- gems/aws-sdk-qldbsession/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
#message ⇒ String
300 301 302 303 304 |
# File 'gems/aws-sdk-qldbsession/lib/aws-sdk-qldbsession/types.rb', line 300 class OccConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |