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

****************
start_fuota_task
****************



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

  

  Starts a FUOTA task.

  

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


  **Request Syntax**
  ::

    response = client.start_fuota_task(
        Id='string',
        LoRaWAN={
            'StartTime': datetime(2015, 1, 1)
        }
    )
    
  :type Id: string
  :param Id: **[REQUIRED]** 

    The ID of a FUOTA task.

    

  
  :type LoRaWAN: dict
  :param LoRaWAN: 

    The LoRaWAN information used to start a FUOTA task.

    

  
    - **StartTime** *(datetime) --* 

      Start time of a FUOTA task.

      

    
  
  
  :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`

  