DAX.Client.delete_parameter_group(**kwargs)¶Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.
See also: AWS API Documentation
Request Syntax
response = client.delete_parameter_group(
ParameterGroupName='string'
)
[REQUIRED]
The name of the parameter group to delete.
{
'DeletionMessage': 'string'
}
Response Structure
A user-specified message for this action (i.e., a reason for deleting the parameter group).
Exceptions
DAX.Client.exceptions.InvalidParameterGroupStateFaultDAX.Client.exceptions.ParameterGroupNotFoundFaultDAX.Client.exceptions.ServiceLinkedRoleNotFoundFaultDAX.Client.exceptions.InvalidParameterValueExceptionDAX.Client.exceptions.InvalidParameterCombinationException