Class: Aws::DynamoDB::Types::TransactionConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::TransactionConflictException
- Includes:
- Structure
- Defined in:
- 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
9573 9574 9575 9576 9577 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 9573 class TransactionConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |