Backup / Client / disassociate_backup_vault_mpa_approval_team

disassociate_backup_vault_mpa_approval_team

Backup.Client.disassociate_backup_vault_mpa_approval_team(**kwargs)

Removes the association between an MPA approval team and a backup vault, disabling the MPA approval workflow for restore operations.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_backup_vault_mpa_approval_team(
    BackupVaultName='string',
    RequesterComment='string'
)
Parameters:
  • BackupVaultName (string) –

    [REQUIRED]

    The name of the backup vault from which to disassociate the MPA approval team.

  • RequesterComment (string) – An optional comment explaining the reason for disassociating the MPA approval team from the backup vault.

Returns:

None

Exceptions