DAX / Client / delete_parameter_group
delete_parameter_group#
- 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' ) - Parameters:
- ParameterGroupName (string) – - [REQUIRED] - The name of the parameter group to delete. 
- Return type:
- dict 
- Returns:
- Response Syntax - { 'DeletionMessage': 'string' } - Response Structure - (dict) – - DeletionMessage (string) – - 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