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

**********************************************
associate_wireless_device_with_multicast_group
**********************************************



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

  

  Associates a wireless device with a multicast group.

  

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


  **Request Syntax**
  ::

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

    The ID of the multicast group.

    

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

    The ID of the wireless device.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **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.ThrottlingException`

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

  