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

***************************
update_data_quality_ruleset
***************************



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

  

  Updates the specified data quality ruleset.

  

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


  **Request Syntax**
  ::

    response = client.update_data_quality_ruleset(
        Name='string',
        Description='string',
        Ruleset='string'
    )
    
  :type Name: string
  :param Name: **[REQUIRED]** 

    The name of the data quality ruleset.

    

  
  :type Description: string
  :param Description: 

    A description of the ruleset.

    

  
  :type Ruleset: string
  :param Ruleset: 

    A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

    

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

    
    ::

      {
          'Name': 'string',
          'Description': 'string',
          'Ruleset': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **Name** *(string) --* 

        The name of the data quality ruleset.

        
      

      - **Description** *(string) --* 

        A description of the ruleset.

        
      

      - **Ruleset** *(string) --* 

        A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.

        
  
  **Exceptions**
  
  *   :py:class:`Glue.Client.exceptions.EntityNotFoundException`

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

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

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

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

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

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

  