:doc:`IoTWireless <../../iotwireless>` / Client / get_wireless_gateway_certificate

********************************
get_wireless_gateway_certificate
********************************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/GetWirelessGatewayCertificate>`_  


  **Request Syntax**
  ::

    response = client.get_wireless_gateway_certificate(
        Id='string'
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of the resource to get.

    

  
  
  :rtype: 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**
  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

  
  *   :py:class:`IoTWireless.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`IoTWireless.Client.exceptions.InternalServerException`

  
  *   :py:class:`IoTWireless.Client.exceptions.ThrottlingException`

  