:doc:`AppRegistry <../../servicecatalog-appregistry>` / Client / disassociate_attribute_group

****************************
disassociate_attribute_group
****************************



.. py:method:: AppRegistry.Client.disassociate_attribute_group(**kwargs)

  

  Disassociates an attribute group from an application to remove the extra attributes contained in the attribute group from the application's metadata. This operation reverts ``AssociateAttributeGroup``.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/AWS242AppRegistry-2020-06-24/DisassociateAttributeGroup>`_  


  **Request Syntax**
  ::

    response = client.disassociate_attribute_group(
        application='string',
        attributeGroup='string'
    )
    
  :type application: string
  :param application: **[REQUIRED]** 

    The name, ID, or ARN of the application.

    

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

    The name, ID, or ARN of the attribute group that holds the attributes to describe the application.

    

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

    
    ::

      {
          'applicationArn': 'string',
          'attributeGroupArn': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **applicationArn** *(string) --* 

        The Amazon resource name (ARN) that specifies the application.

        
      

      - **attributeGroupArn** *(string) --* 

        The Amazon resource name (ARN) that specifies the attribute group.

        
  
  **Exceptions**
  
  *   :py:class:`AppRegistry.Client.exceptions.ResourceNotFoundException`

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

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

  