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

*******************************************
associate_wireless_gateway_with_certificate
*******************************************



.. py:method:: IoTWireless.Client.associate_wireless_gateway_with_certificate(**kwargs)

  

  Associates a wireless gateway with a certificate.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/iotwireless-2020-11-22/AssociateWirelessGatewayWithCertificate>`_  


  **Request Syntax**
  ::

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

    The ID of the resource to update.

    

  
  :type IotCertificateId: string
  :param IotCertificateId: **[REQUIRED]** 

    The ID of the certificate to associate with the wireless gateway.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'IotCertificateId': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **IotCertificateId** *(string) --* 

        The ID of the certificate associated with the wireless gateway.

        
  
  **Exceptions**
  
  *   :py:class:`IoTWireless.Client.exceptions.ValidationException`

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

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

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

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

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

  