Neptune / Client / delete_db_cluster_parameter_group
delete_db_cluster_parameter_group#
- Neptune.Client.delete_db_cluster_parameter_group(**kwargs)#
Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can’t be associated with any DB clusters.
See also: AWS API Documentation
Request Syntax
response = client.delete_db_cluster_parameter_group( DBClusterParameterGroupName='string' )
- Parameters:
DBClusterParameterGroupName (string) –
[REQUIRED]
The name of the DB cluster parameter group.
Constraints:
Must be the name of an existing DB cluster parameter group.
You can’t delete a default DB cluster parameter group.
Cannot be associated with any DB clusters.
- Returns:
None
Exceptions
Neptune.Client.exceptions.InvalidDBParameterGroupStateFault
Neptune.Client.exceptions.DBParameterGroupNotFoundFault