Backup / Client / delete_backup_selection

delete_backup_selection#

Backup.Client.delete_backup_selection(**kwargs)#

Deletes the resource selection associated with a backup plan that is specified by the SelectionId.

See also: AWS API Documentation

Request Syntax

response = client.delete_backup_selection(
    BackupPlanId='string',
    SelectionId='string'
)
Parameters:
  • BackupPlanId (string) –

    [REQUIRED]

    Uniquely identifies a backup plan.

  • SelectionId (string) –

    [REQUIRED]

    Uniquely identifies the body of a request to assign a set of resources to a backup plan.

Returns:

None

Exceptions

  • Backup.Client.exceptions.ResourceNotFoundException

  • Backup.Client.exceptions.InvalidParameterValueException

  • Backup.Client.exceptions.MissingParameterValueException

  • Backup.Client.exceptions.ServiceUnavailableException