IoTWireless / Client / get_wireless_gateway_certificate
get_wireless_gateway_certificate#
- IoTWireless.Client.get_wireless_gateway_certificate(**kwargs)#
Gets the ID of the certificate that is currently associated with a wireless gateway.
See also: AWS API Documentation
Request Syntax
response = client.get_wireless_gateway_certificate( Id='string' )
- Parameters:
Id (string) –
[REQUIRED]
The ID of the resource to get.
- Return type:
dict
- Returns:
Response Syntax
{ 'IotCertificateId': 'string', 'LoRaWANNetworkServerCertificateId': 'string' }
Response Structure
(dict) –
IotCertificateId (string) –
The ID of the certificate associated with the wireless gateway.
LoRaWANNetworkServerCertificateId (string) –
The ID of the certificate that is associated with the wireless gateway and used for the LoRaWANNetworkServer endpoint.
Exceptions
IoTWireless.Client.exceptions.ValidationException
IoTWireless.Client.exceptions.AccessDeniedException
IoTWireless.Client.exceptions.ResourceNotFoundException
IoTWireless.Client.exceptions.InternalServerException
IoTWireless.Client.exceptions.ThrottlingException