Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

disassociate_attribute_group

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

Request Syntax

response = client.disassociate_attribute_group(
    application='string',
    attributeGroup='string'
)
Parameters
  • application (string) --

    [REQUIRED]

    The name or ID of the application.

  • attributeGroup (string) --

    [REQUIRED]

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

Return type

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

  • AppRegistry.Client.exceptions.ResourceNotFoundException
  • AppRegistry.Client.exceptions.ValidationException
  • AppRegistry.Client.exceptions.InternalServerException