RTBFabric / Client / delete_link_routing_rule
delete_link_routing_rule¶
- RTBFabric.Client.delete_link_routing_rule(**kwargs)¶
Deletes a routing rule from a link.
See also: AWS API Documentation
Request Syntax
response = client.delete_link_routing_rule( gatewayId='string', linkId='string', ruleId='string' )
- Parameters:
gatewayId (string) –
[REQUIRED]
The unique identifier of the gateway.
linkId (string) –
[REQUIRED]
The unique identifier of the link.
ruleId (string) –
[REQUIRED]
The unique identifier of the routing rule.
- Return type:
dict
- Returns:
Response Syntax
{ 'ruleId': 'string', 'status': 'CREATION_IN_PROGRESS'|'ACTIVE'|'UPDATE_IN_PROGRESS'|'DELETION_IN_PROGRESS'|'DELETED'|'FAILED' }
Response Structure
(dict) –
ruleId (string) –
The unique identifier of the routing rule.
status (string) –
The status of the routing rule.
Exceptions