LakeFormation / Client / extend_transaction
extend_transaction#
- LakeFormation.Client.extend_transaction(**kwargs)#
Indicates to the service that the specified transaction is still active and should not be treated as idle and aborted.
Write transactions that remain idle for a long period are automatically aborted unless explicitly extended.
See also: AWS API Documentation
Request Syntax
response = client.extend_transaction( TransactionId='string' )
- Parameters:
TransactionId (string) – The transaction to extend.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
LakeFormation.Client.exceptions.InvalidInputException
LakeFormation.Client.exceptions.EntityNotFoundException
LakeFormation.Client.exceptions.InternalServiceException
LakeFormation.Client.exceptions.OperationTimeoutException
LakeFormation.Client.exceptions.TransactionCommittedException
LakeFormation.Client.exceptions.TransactionCanceledException
LakeFormation.Client.exceptions.TransactionCommitInProgressException