cancel_legal_hold
(**kwargs)¶This action removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.
See also: AWS API Documentation
Request Syntax
response = client.cancel_legal_hold(
LegalHoldId='string',
CancelDescription='string',
RetainRecordInDays=123
)
[REQUIRED]
Legal hold ID required to remove the specified legal hold on a recovery point.
[REQUIRED]
String describing the reason for removing the legal hold.
dict
Response Syntax
{}
Response Structure
Exceptions
Backup.Client.exceptions.InvalidParameterValueException
Backup.Client.exceptions.InvalidResourceStateException
Backup.Client.exceptions.MissingParameterValueException
Backup.Client.exceptions.ServiceUnavailableException
Backup.Client.exceptions.ResourceNotFoundException