NetworkManager / Client / remove_attachment_routing_policy_label
remove_attachment_routing_policy_label¶
- NetworkManager.Client.remove_attachment_routing_policy_label(**kwargs)¶
Removes a routing policy label from an attachment.
See also: AWS API Documentation
Request Syntax
response = client.remove_attachment_routing_policy_label( CoreNetworkId='string', AttachmentId='string' )
- Parameters:
CoreNetworkId (string) –
[REQUIRED]
The ID of the core network containing the attachment.
AttachmentId (string) –
[REQUIRED]
The ID of the attachment to remove the routing policy label from.
- Return type:
dict
- Returns:
Response Syntax
{ 'CoreNetworkId': 'string', 'AttachmentId': 'string', 'RoutingPolicyLabel': 'string' }
Response Structure
(dict) –
CoreNetworkId (string) –
The ID of the core network containing the attachment.
AttachmentId (string) –
The ID of the attachment from which the routing policy label was removed.
RoutingPolicyLabel (string) –
The routing policy label that was removed from the attachment.
Exceptions
NetworkManager.Client.exceptions.ValidationExceptionNetworkManager.Client.exceptions.ServiceQuotaExceededExceptionNetworkManager.Client.exceptions.AccessDeniedExceptionNetworkManager.Client.exceptions.ResourceNotFoundExceptionNetworkManager.Client.exceptions.ConflictExceptionNetworkManager.Client.exceptions.ThrottlingExceptionNetworkManager.Client.exceptions.InternalServerException