RTBFabric / Client / delete_requester_gateway
delete_requester_gateway¶
- RTBFabric.Client.delete_requester_gateway(**kwargs)¶
Deletes a requester gateway.
See also: AWS API Documentation
Request Syntax
response = client.delete_requester_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