Class: Aws::DynamoDB::Types::TransactionConflictException

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

Overview

Operation was rejected because there is an ongoing transaction for the item.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7742
7743
7744
7745
# File 'lib/aws-sdk-dynamodb/types.rb', line 7742

class TransactionConflictException < Struct.new(
  :message)
  include Aws::Structure
end