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.InvalidParameterGroupStateFault
DAX.Client.exceptions.ParameterGroupNotFoundFault
DAX.Client.exceptions.ServiceLinkedRoleNotFoundFault
DAX.Client.exceptions.InvalidParameterValueException
DAX.Client.exceptions.InvalidParameterCombinationException