IoTWireless / Client / disassociate_wireless_device_from_multicast_group

disassociate_wireless_device_from_multicast_group#

IoTWireless.Client.disassociate_wireless_device_from_multicast_group(**kwargs)#

Disassociates a wireless device from a multicast group.

See also: AWS API Documentation

Request Syntax

response = client.disassociate_wireless_device_from_multicast_group(
    Id='string',
    WirelessDeviceId='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The ID of the multicast group.

  • WirelessDeviceId (string) –

    [REQUIRED]

    The ID of the wireless device.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • IoTWireless.Client.exceptions.ValidationException

  • IoTWireless.Client.exceptions.AccessDeniedException

  • IoTWireless.Client.exceptions.ResourceNotFoundException

  • IoTWireless.Client.exceptions.ThrottlingException

  • IoTWireless.Client.exceptions.InternalServerException