Backup / Client / delete_backup_vault_lock_configuration
delete_backup_vault_lock_configuration#
- Backup.Client.delete_backup_vault_lock_configuration(**kwargs)#
Deletes Backup Vault Lock from a backup vault specified by a backup vault name.
If the Vault Lock configuration is immutable, then you cannot delete Vault Lock using API operations, and you will receive an
InvalidRequestException
if you attempt to do so. For more information, see Vault Lock in the Backup Developer Guide.See also: AWS API Documentation
Request Syntax
response = client.delete_backup_vault_lock_configuration( BackupVaultName='string' )
- Parameters:
BackupVaultName (string) –
[REQUIRED]
The name of the backup vault from which to delete Backup Vault Lock.
- Returns:
None
Exceptions
Backup.Client.exceptions.ResourceNotFoundException
Backup.Client.exceptions.InvalidParameterValueException
Backup.Client.exceptions.MissingParameterValueException
Backup.Client.exceptions.InvalidRequestException
Backup.Client.exceptions.ServiceUnavailableException