RDS / Client / exceptions / InvalidDBParameterGroupStateFault

InvalidDBParameterGroupStateFault

class RDS.Client.exceptions.InvalidDBParameterGroupStateFault

The DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you can’t delete it when the parameter group is in this state.

Example

try:
  ...
except client.exceptions.InvalidDBParameterGroupStateFault 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 DB parameter group is in use or is in an invalid state. If you are attempting to delete the parameter group, you can’t delete it when the parameter group is in this state.

    • 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.