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'
)
[REQUIRED]
The name or ID of the application.
[REQUIRED]
The name or ID of the attribute group that holds the attributes to describe the application.
dict
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