DocDB / Client / exceptions / InvalidDBParameterGroupStateFault

InvalidDBParameterGroupStateFault#

class DocDB.Client.exceptions.InvalidDBParameterGroupStateFault#

The parameter group is in use, or it is in a state that is not valid. If you are trying 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 parameter group is in use, or it is in a state that is not valid. If you are trying 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.