IoTWireless / Client / associate_wireless_gateway_with_thing

associate_wireless_gateway_with_thing#

IoTWireless.Client.associate_wireless_gateway_with_thing(**kwargs)#

Associates a wireless gateway with a thing.

See also: AWS API Documentation

Request Syntax

response = client.associate_wireless_gateway_with_thing(
    Id='string',
    ThingArn='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The ID of the resource to update.

  • ThingArn (string) –

    [REQUIRED]

    The ARN of the thing to associate with the wireless gateway.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoTWireless.Client.exceptions.ValidationException

  • IoTWireless.Client.exceptions.ResourceNotFoundException

  • IoTWireless.Client.exceptions.AccessDeniedException

  • IoTWireless.Client.exceptions.ConflictException

  • IoTWireless.Client.exceptions.ThrottlingException

  • IoTWireless.Client.exceptions.InternalServerException