Modifies the parameters of a parameter group.
For more information about managing parameter groups, go to Amazon Redshift Parameter Groups in the Amazon Redshift Management Guide.

C# |
public ModifyClusterParameterGroupResponse ModifyClusterParameterGroup( ModifyClusterParameterGroupRequest request )

- request (ModifyClusterParameterGroupRequest)
- Container for the necessary parameters to execute the ModifyClusterParameterGroup service method.

The response from the ModifyClusterParameterGroup service method, as returned by Redshift.

Exception | Condition |
---|---|
ClusterParameterGroupNotFoundException |
The parameter group name does not refer to an existing parameter group.
|
InvalidClusterParameterGroupStateException |
The cluster parameter group action can not be completed because another
task is in progress that involves the parameter group. Wait a few moments
and try the operation again.
|