:doc:`Glue <../../glue>` / Client / stop_column_statistics_task_run

*******************************
stop_column_statistics_task_run
*******************************



.. py:method:: Glue.Client.stop_column_statistics_task_run(**kwargs)

  

  Stops a task run for the specified table.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StopColumnStatisticsTaskRun>`_  


  **Request Syntax**
  ::

    response = client.stop_column_statistics_task_run(
        DatabaseName='string',
        TableName='string'
    )
    
  :type DatabaseName: string
  :param DatabaseName: **[REQUIRED]** 

    The name of the database where the table resides.

    

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

    The name of the table.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

  
  *   :py:class:`Glue.Client.exceptions.ColumnStatisticsTaskNotRunningException`

  
  *   :py:class:`Glue.Client.exceptions.ColumnStatisticsTaskStoppingException`

  
  *   :py:class:`Glue.Client.exceptions.OperationTimeoutException`

  