get_network
(**kwargs)¶Gets the specified network.
See also: AWS API Documentation
Request Syntax
response = client.get_network(
networkArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the network.
{
'network': {
'createdAt': datetime(2015, 1, 1),
'description': 'string',
'networkArn': 'string',
'networkName': 'string',
'status': 'CREATED'|'PROVISIONING'|'AVAILABLE'|'DEPROVISIONING'|'DELETED',
'statusReason': 'string'
},
'tags': {
'string': 'string'
}
}
Response Structure
Information about the network.
The creation time of the network.
The description of the network.
The Amazon Resource Name (ARN) of the network.
The name of the network.
The status of the network.
The status reason of the network.
The network tags.
Exceptions
Private5G.Client.exceptions.ResourceNotFoundException
Private5G.Client.exceptions.ValidationException
Private5G.Client.exceptions.InternalServerException