RTBFabric / Client / delete_responder_gateway

delete_responder_gateway

RTBFabric.Client.delete_responder_gateway(**kwargs)

Deletes a responder gateway.

See also: AWS API Documentation

Request Syntax

response = client.delete_responder_gateway(
    gatewayId='string'
)
Parameters:

gatewayId (string) –

[REQUIRED]

The unique identifier of the gateway.

Return type:

dict

Returns:

Response Syntax

{
    'gatewayId': 'string',
    'status': 'PENDING_CREATION'|'ACTIVE'|'PENDING_DELETION'|'DELETED'|'ERROR'|'PENDING_UPDATE'|'ISOLATED'|'PENDING_ISOLATION'|'PENDING_RESTORATION'
}

Response Structure

  • (dict) –

    • gatewayId (string) –

      The unique identifier of the gateway.

    • status (string) –

      The status of the request.

Exceptions

  • RTBFabric.Client.exceptions.ResourceNotFoundException

  • RTBFabric.Client.exceptions.ThrottlingException

  • RTBFabric.Client.exceptions.AccessDeniedException

  • RTBFabric.Client.exceptions.InternalServerException

  • RTBFabric.Client.exceptions.ValidationException