:doc:`TimestreamWrite <../../timestream-write>` / Client / resume_batch_load_task

**********************
resume_batch_load_task
**********************



.. py:method:: TimestreamWrite.Client.resume_batch_load_task(**kwargs)

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/timestream-write-2018-11-01/ResumeBatchLoadTask>`_  


  **Request Syntax**
  ::

    response = client.resume_batch_load_task(
        TaskId='string'
    )
    
  :type TaskId: string
  :param TaskId: **[REQUIRED]** 

    The ID of the batch load task to resume.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`TimestreamWrite.Client.exceptions.InternalServerException`

  
  *   :py:class:`TimestreamWrite.Client.exceptions.ThrottlingException`

  
  *   :py:class:`TimestreamWrite.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`TimestreamWrite.Client.exceptions.ValidationException`

  
  *   :py:class:`TimestreamWrite.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`TimestreamWrite.Client.exceptions.InvalidEndpointException`

  