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
9591 9592 9593 9594 9595 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9591 class TransactionConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |