get_device_identifier
(**kwargs)¶Gets the specified device identifier.
See also: AWS API Documentation
Request Syntax
response = client.get_device_identifier(
deviceIdentifierArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the device identifier.
{
'deviceIdentifier': {
'createdAt': datetime(2015, 1, 1),
'deviceIdentifierArn': 'string',
'iccid': 'string',
'imsi': 'string',
'networkArn': 'string',
'orderArn': 'string',
'status': 'ACTIVE'|'INACTIVE',
'trafficGroupArn': 'string',
'vendor': 'string'
},
'tags': {
'string': 'string'
}
}
Response Structure
Information about the device identifier.
The creation time of this device identifier.
The Amazon Resource Name (ARN) of the device identifier.
The Integrated Circuit Card Identifier of the device identifier.
The International Mobile Subscriber Identity of the device identifier.
The Amazon Resource Name (ARN) of the network on which the device identifier appears.
The Amazon Resource Name (ARN) of the order used to purchase the device identifier.
The status of the device identifier.
The Amazon Resource Name (ARN) of the traffic group to which the device identifier belongs.
The vendor of the device identifier.
The device identifier tags.
Exceptions
Private5G.Client.exceptions.ResourceNotFoundException
Private5G.Client.exceptions.ValidationException
Private5G.Client.exceptions.InternalServerException