:doc:`Inspector2 <../../inspector2>` / Client / update_org_ec2_deep_inspection_configuration

********************************************
update_org_ec2_deep_inspection_configuration
********************************************



.. py:method:: Inspector2.Client.update_org_ec2_deep_inspection_configuration(**kwargs)

  

  Updates the Amazon Inspector deep inspection custom paths for your organization. You must be an Amazon Inspector delegated administrator to use this API.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/inspector2-2020-06-08/UpdateOrgEc2DeepInspectionConfiguration>`_  


  **Request Syntax**
  ::

    response = client.update_org_ec2_deep_inspection_configuration(
        orgPackagePaths=[
            'string',
        ]
    )
    
  :type orgPackagePaths: list
  :param orgPackagePaths: **[REQUIRED]** 

    The Amazon Inspector deep inspection custom paths you are adding for your organization.

    

  
    - *(string) --* 

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`Inspector2.Client.exceptions.ValidationException`

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

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

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

  