Backup / Client / delete_restore_testing_selection

delete_restore_testing_selection#

Backup.Client.delete_restore_testing_selection(**kwargs)#

Input the Restore Testing Plan name and Restore Testing Selection name.

All testing selections associated with a restore testing plan must be deleted before the restore testing plan can be deleted.

See also: AWS API Documentation

Request Syntax

response = client.delete_restore_testing_selection(
    RestoreTestingPlanName='string',
    RestoreTestingSelectionName='string'
)
Parameters:
  • RestoreTestingPlanName (string) –

    [REQUIRED]

    Required unique name of the restore testing plan that contains the restore testing selection you wish to delete.

  • RestoreTestingSelectionName (string) –

    [REQUIRED]

    Required unique name of the restore testing selection you wish to delete.

Returns:

None

Exceptions