Skip to content

Cancel Transaction

lakeformation_cancel_transaction R Documentation

Attempts to cancel the specified transaction

Description

Attempts to cancel the specified transaction. Returns an exception if the transaction was previously committed.

Usage

lakeformation_cancel_transaction(TransactionId)

Arguments

TransactionId

[required] The transaction to cancel.

Value

An empty list.

Request syntax

svc$cancel_transaction(
  TransactionId = "string"
)