Values.DeleteParameterGroupResponseSourceDeletes the specified parameter group. You cannot delete a parameter group if it is associated with any DAX clusters.
type nonrec error = [ | `InvalidParameterCombinationException of InvalidParameterCombinationException.t| `InvalidParameterGroupStateFault of InvalidParameterGroupStateFault.t| `InvalidParameterValueException of InvalidParameterValueException.t| `ParameterGroupNotFoundFault of ParameterGroupNotFoundFault.t| `ServiceLinkedRoleNotFoundFault of ServiceLinkedRoleNotFoundFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterGroupStateFault of unit
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ParameterGroupNotFoundFault of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterCombinationException of
InvalidParameterCombinationException.t
| `InvalidParameterGroupStateFault of unit
| `InvalidParameterValueException of InvalidParameterValueException.t
| `ParameterGroupNotFoundFault of unit
| `ServiceLinkedRoleNotFoundFault of unit
| `Unknown_operation_error of string * string option ]