AppRegistry / Client / disassociate_attribute_group
disassociate_attribute_group#
- 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 - Request Syntax- response = client.disassociate_attribute_group( application='string', attributeGroup='string' ) - Parameters:
- application (string) – - [REQUIRED] - The name, ID, or ARN of the application. 
- attributeGroup (string) – - [REQUIRED] - The name, ID, or ARN 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