delete_hypervisor

BackupGateway.Client.delete_hypervisor(**kwargs)

Deletes a hypervisor.

See also: AWS API Documentation

Request Syntax

response = client.delete_hypervisor(
    HypervisorArn='string'
)
Parameters
HypervisorArn (string) --

[REQUIRED]

The Amazon Resource Name (ARN) of the hypervisor to delete.

Return type
dict
Returns
Response Syntax
{
    'HypervisorArn': 'string'
}

Response Structure

  • (dict) --
    • HypervisorArn (string) --

      The Amazon Resource Name (ARN) of the hypervisor you deleted.

Exceptions

  • BackupGateway.Client.exceptions.ValidationException
  • BackupGateway.Client.exceptions.ConflictException
  • BackupGateway.Client.exceptions.InternalServerException
  • BackupGateway.Client.exceptions.AccessDeniedException
  • BackupGateway.Client.exceptions.ResourceNotFoundException
  • BackupGateway.Client.exceptions.ThrottlingException