IoTWireless / Client / associate_wireless_gateway_with_certificate

associate_wireless_gateway_with_certificate#

IoTWireless.Client.associate_wireless_gateway_with_certificate(**kwargs)#

Associates a wireless gateway with a certificate.

See also: AWS API Documentation

Request Syntax

response = client.associate_wireless_gateway_with_certificate(
    Id='string',
    IotCertificateId='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The ID of the resource to update.

  • IotCertificateId (string) –

    [REQUIRED]

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

Return type:

dict

Returns:

Response Syntax

{
    'IotCertificateId': 'string'
}

Response Structure

  • (dict) –

    • IotCertificateId (string) –

      The ID of the certificate associated with the wireless gateway.

Exceptions

  • IoTWireless.Client.exceptions.ValidationException

  • IoTWireless.Client.exceptions.AccessDeniedException

  • IoTWireless.Client.exceptions.ResourceNotFoundException

  • IoTWireless.Client.exceptions.ConflictException

  • IoTWireless.Client.exceptions.InternalServerException

  • IoTWireless.Client.exceptions.ThrottlingException