BackupGateway / Client / disassociate_gateway_from_server
disassociate_gateway_from_server#
- BackupGateway.Client.disassociate_gateway_from_server(**kwargs)#
Disassociates a backup gateway from the specified server. After the disassociation process finishes, the gateway can no longer access the virtual machines on the server.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_gateway_from_server( GatewayArn='string' )
- Parameters:
GatewayArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the gateway to disassociate.
- Return type:
dict
- Returns:
Response Syntax
{ 'GatewayArn': 'string' }
Response Structure
(dict) –
GatewayArn (string) –
The Amazon Resource Name (ARN) of the gateway you disassociated.
Exceptions
BackupGateway.Client.exceptions.ValidationException
BackupGateway.Client.exceptions.ConflictException
BackupGateway.Client.exceptions.InternalServerException
BackupGateway.Client.exceptions.ResourceNotFoundException
BackupGateway.Client.exceptions.ThrottlingException