Exception: Aws::Record::Errors::TransactionalSaveConditionCollision

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/aws-record/record/errors.rb

Overview

Raised when you attempt to combine your own condition expression with the auto-generated condition expression from a “safe put” from saving a new item in a transactional write operation. The path forward until this case is supported is to use a plain “put” call, and to include the key existance check yourself in your condition expression if you wish to do so.