:doc:`Backup <../../backup>` / Client / revoke_restore_access_backup_vault

**********************************
revoke_restore_access_backup_vault
**********************************



.. py:method:: Backup.Client.revoke_restore_access_backup_vault(**kwargs)

  

  Revokes access to a restore access backup vault, removing the ability to restore from its recovery points and permanently deleting the vault.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/RevokeRestoreAccessBackupVault>`_  


  **Request Syntax**
  ::

    response = client.revoke_restore_access_backup_vault(
        BackupVaultName='string',
        RestoreAccessBackupVaultArn='string',
        RequesterComment='string'
    )
    
  :type BackupVaultName: string
  :param BackupVaultName: **[REQUIRED]** 

    The name of the source backup vault associated with the restore access backup vault to be revoked.

    

  
  :type RestoreAccessBackupVaultArn: string
  :param RestoreAccessBackupVaultArn: **[REQUIRED]** 

    The ARN of the restore access backup vault to revoke.

    

  
  :type RequesterComment: string
  :param RequesterComment: 

    A comment explaining the reason for revoking access to the restore access backup vault.

    

  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`Backup.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`Backup.Client.exceptions.MissingParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.ServiceUnavailableException`

  
  *   :py:class:`Backup.Client.exceptions.InvalidParameterValueException`

  
  *   :py:class:`Backup.Client.exceptions.InvalidRequestException`

  