delete_gateway

BackupGateway.Client.delete_gateway(**kwargs)

Deletes a backup gateway.

See also: AWS API Documentation

Request Syntax

response = client.delete_gateway(
    GatewayArn='string'
)
Parameters
GatewayArn (string) --

[REQUIRED]

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

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

Response Structure

  • (dict) --
    • GatewayArn (string) --

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

Exceptions

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