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

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


9072
9073
9074
9075
9076
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 9072

class TransactionConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end