delete_backup_vault_notifications

Backup.Client.delete_backup_vault_notifications(**kwargs)

Deletes event notifications for the specified backup vault.

See also: AWS API Documentation

Request Syntax

response = client.delete_backup_vault_notifications(
    BackupVaultName='string'
)
Parameters
BackupVaultName (string) --

[REQUIRED]

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Region where they are created. They consist of lowercase letters, numbers, and hyphens.

Returns
None

Exceptions

  • Backup.Client.exceptions.ResourceNotFoundException
  • Backup.Client.exceptions.InvalidParameterValueException
  • Backup.Client.exceptions.MissingParameterValueException
  • Backup.Client.exceptions.ServiceUnavailableException