:doc:`SecurityHub <../../securityhub>` / Client / disable_import_findings_for_product

***********************************
disable_import_findings_for_product
***********************************



.. py:method:: SecurityHub.Client.disable_import_findings_for_product(**kwargs)

  

  Disables the integration of the specified product with Security Hub. After the integration is disabled, findings from that product are no longer sent to Security Hub.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/DisableImportFindingsForProduct>`_  


  **Request Syntax**
  ::

    response = client.disable_import_findings_for_product(
        ProductSubscriptionArn='string'
    )
    
  :type ProductSubscriptionArn: string
  :param ProductSubscriptionArn: **[REQUIRED]** 

    The ARN of the integrated product to disable the integration for.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`SecurityHub.Client.exceptions.InternalException`

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

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

  
  *   :py:class:`SecurityHub.Client.exceptions.InvalidAccessException`

  
  *   :py:class:`SecurityHub.Client.exceptions.LimitExceededException`

  