:doc:`AIOps <../../aiops>` / Client / delete_investigation_group_policy

*********************************
delete_investigation_group_policy
*********************************



.. py:method:: AIOps.Client.delete_investigation_group_policy(**kwargs)

  

  Removes the IAM resource policy from being associated with the investigation group that you specify.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/aiops-2018-05-10/DeleteInvestigationGroupPolicy>`_  


  **Request Syntax**
  ::

    response = client.delete_investigation_group_policy(
        identifier='string'
    )
    
  :type identifier: string
  :param identifier: **[REQUIRED]** 

    Specify either the name or the ARN of the investigation group that you want to remove the policy from.

    

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

    
    ::

      {}
      
    **Response Structure**

    

    - *(dict) --* 
  
  **Exceptions**
  
  *   :py:class:`AIOps.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`AIOps.Client.exceptions.ForbiddenException`

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

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

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

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

  
  *   :py:class:`AIOps.Client.exceptions.ConflictException`

  