delete_parameter_group
(**kwargs)¶Deletes the specified parameter group. You cannot delete a parameter group if it is associated with any clusters. You cannot delete the default parameter groups in your account.
See also: AWS API Documentation
Request Syntax
response = client.delete_parameter_group(
ParameterGroupName='string'
)
[REQUIRED]
The name of the parameter group to delete.
{
'ParameterGroup': {
'Name': 'string',
'Family': 'string',
'Description': 'string',
'ARN': 'string'
}
}
Response Structure
The parameter group that has been deleted.
The name of the parameter group
The name of the parameter group family that this parameter group is compatible with.
A description of the parameter group
The Amazon Resource Name (ARN) of the parameter group
Exceptions
MemoryDB.Client.exceptions.InvalidParameterGroupStateFault
MemoryDB.Client.exceptions.ParameterGroupNotFoundFault
MemoryDB.Client.exceptions.ServiceLinkedRoleNotFoundFault
MemoryDB.Client.exceptions.InvalidParameterValueException
MemoryDB.Client.exceptions.InvalidParameterCombinationException