terminate_sol_network_instance(**kwargs)¶Terminates a network instance.
A network instance is a single network created in Amazon Web Services TNB that can be deployed and on which life-cycle operations (like terminate, update, and delete) can be performed.
You must terminate a network instance before you can delete it.
See also: AWS API Documentation
Request Syntax
response = client.terminate_sol_network_instance(
    nsInstanceId='string'
)
[REQUIRED]
ID of the network instance.
{
    'nsLcmOpOccId': 'string'
}
Response Structure
The identifier of the operation occurrence.
Exceptions
TelcoNetworkBuilder.Client.exceptions.InternalServerExceptionTelcoNetworkBuilder.Client.exceptions.ServiceQuotaExceededExceptionTelcoNetworkBuilder.Client.exceptions.ThrottlingExceptionTelcoNetworkBuilder.Client.exceptions.ValidationExceptionTelcoNetworkBuilder.Client.exceptions.ResourceNotFoundExceptionTelcoNetworkBuilder.Client.exceptions.AccessDeniedException