NetworkManager / Client / disassociate_link
disassociate_link#
- NetworkManager.Client.disassociate_link(**kwargs)#
Disassociates an existing device from a link. You must first disassociate any customer gateways that are associated with the link.
See also: AWS API Documentation
Request Syntax
response = client.disassociate_link( GlobalNetworkId='string', DeviceId='string', LinkId='string' )
- Parameters:
GlobalNetworkId (string) –
[REQUIRED]
The ID of the global network.
DeviceId (string) –
[REQUIRED]
The ID of the device.
LinkId (string) –
[REQUIRED]
The ID of the link.
- Return type:
dict
- Returns:
Response Syntax
{ 'LinkAssociation': { 'GlobalNetworkId': 'string', 'DeviceId': 'string', 'LinkId': 'string', 'LinkAssociationState': 'PENDING'|'AVAILABLE'|'DELETING'|'DELETED' } }
Response Structure
(dict) –
LinkAssociation (dict) –
Information about the link association.
GlobalNetworkId (string) –
The ID of the global network.
DeviceId (string) –
The device ID for the link association.
LinkId (string) –
The ID of the link.
LinkAssociationState (string) –
The state of the association.
Exceptions
NetworkManager.Client.exceptions.ValidationException
NetworkManager.Client.exceptions.AccessDeniedException
NetworkManager.Client.exceptions.ResourceNotFoundException
NetworkManager.Client.exceptions.ConflictException
NetworkManager.Client.exceptions.ThrottlingException
NetworkManager.Client.exceptions.InternalServerException