delete_attribute_group
(**kwargs)¶Deletes an attribute group, specified either by its attribute group ID or name.
See also: AWS API Documentation
Request Syntax
response = client.delete_attribute_group(
attributeGroup='string'
)
[REQUIRED]
The name or ID of the attribute group that holds the attributes to describe the application.
{
'attributeGroup': {
'id': 'string',
'arn': 'string',
'name': 'string',
'description': 'string',
'creationTime': datetime(2015, 1, 1),
'lastUpdateTime': datetime(2015, 1, 1)
}
}
Response Structure
Information about the deleted attribute group.
The globally unique attribute group identifier of the attribute group.
The Amazon resource name (ARN) that specifies the attribute group across services.
The name of the attribute group.
The description of the attribute group that the user provides.
The ISO-8601 formatted timestamp of the moment the attribute group was created.
The ISO-8601 formatted timestamp of the moment the attribute group was last updated. This time is the same as the creationTime for a newly created attribute group.
Exceptions
AppRegistry.Client.exceptions.ResourceNotFoundException
AppRegistry.Client.exceptions.ValidationException
AppRegistry.Client.exceptions.InternalServerException