Class: Aws::DynamoDB::Types::TransactionConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TransactionConflictException
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Operation was rejected because there is an ongoing transaction for the item.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9032 9033 9034 9035 9036 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9032 class TransactionConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |