NetworkManager / Client / disassociate_transit_gateway_connect_peer
disassociate_transit_gateway_connect_peer#
- NetworkManager.Client.disassociate_transit_gateway_connect_peer(**kwargs)#
- Disassociates a transit gateway Connect peer from a device and link. - See also: AWS API Documentation - Request Syntax- response = client.disassociate_transit_gateway_connect_peer( GlobalNetworkId='string', TransitGatewayConnectPeerArn='string' ) - Parameters:
- GlobalNetworkId (string) – - [REQUIRED] - The ID of the global network. 
- TransitGatewayConnectPeerArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the transit gateway Connect peer. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'TransitGatewayConnectPeerAssociation': { 'TransitGatewayConnectPeerArn': 'string', 'GlobalNetworkId': 'string', 'DeviceId': 'string', 'LinkId': 'string', 'State': 'PENDING'|'AVAILABLE'|'DELETING'|'DELETED' } } - Response Structure- (dict) – - TransitGatewayConnectPeerAssociation (dict) – - The transit gateway Connect peer association. - TransitGatewayConnectPeerArn (string) – - The Amazon Resource Name (ARN) of the transit gateway Connect peer. 
- GlobalNetworkId (string) – - The ID of the global network. 
- DeviceId (string) – - The ID of the device. 
- LinkId (string) – - The ID of the link. 
- State (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