:doc:`CleanRoomsService <../../cleanrooms>` / Client / delete_configured_table_association_analysis_rule

*************************************************
delete_configured_table_association_analysis_rule
*************************************************



.. py:method:: CleanRoomsService.Client.delete_configured_table_association_analysis_rule(**kwargs)

  

  Deletes an analysis rule for a configured table association.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/DeleteConfiguredTableAssociationAnalysisRule>`_  


  **Request Syntax**
  ::

    response = client.delete_configured_table_association_analysis_rule(
        membershipIdentifier='string',
        configuredTableAssociationIdentifier='string',
        analysisRuleType='AGGREGATION'|'LIST'|'CUSTOM'
    )
    
  :type membershipIdentifier: string
  :param membershipIdentifier: **[REQUIRED]** 

    A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

    

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

    The identiﬁer for the conﬁgured table association that's related to the analysis rule that you want to delete.

    

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

    The type of the analysis rule that you want to delete.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`CleanRoomsService.Client.exceptions.ConflictException`

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

  
  *   :py:class:`CleanRoomsService.Client.exceptions.InternalServerException`

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

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

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

  