IoTWireless / Client / associate_multicast_group_with_fuota_task

associate_multicast_group_with_fuota_task#

IoTWireless.Client.associate_multicast_group_with_fuota_task(**kwargs)#

Associate a multicast group with a FUOTA task.

See also: AWS API Documentation

Request Syntax

response = client.associate_multicast_group_with_fuota_task(
    Id='string',
    MulticastGroupId='string'
)
Parameters:
  • Id (string) –

    [REQUIRED]

    The ID of a FUOTA task.

  • MulticastGroupId (string) –

    [REQUIRED]

    The ID of the multicast group.

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.ConflictException

  • IoTWireless.Client.exceptions.ThrottlingException

  • IoTWireless.Client.exceptions.InternalServerException