Redshift / Client / exceptions / InvalidClusterParameterGroupStateFault
InvalidClusterParameterGroupStateFault#
- class Redshift.Client.exceptions.InvalidClusterParameterGroupStateFault#
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.
Example
try: ... except client.exceptions.InvalidClusterParameterGroupStateFault as e: print(e.response)
- response#
The parsed error response. All exceptions have a top level
Error
key that provides normalized access to common exception atrributes. All other keys are specific to this service or exception class.Syntax
{}
Structure
(dict) –
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.
Error (dict) – Normalized access to common exception attributes.
Code (string) – An identifier specifying the exception type.
Message (string) – A descriptive message explaining why the exception occured.