Values.DeleteRemediationConfigurationResponseSourceDeletes the remediation configuration.
type nonrec error = [ | `InsufficientPermissionsException of InsufficientPermissionsException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `NoSuchRemediationConfigurationException of
NoSuchRemediationConfigurationException.t| `RemediationInProgressException of RemediationInProgressException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InsufficientPermissionsException of unit
| `InvalidParameterValueException of unit
| `NoSuchRemediationConfigurationException of unit
| `RemediationInProgressException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InsufficientPermissionsException of unit
| `InvalidParameterValueException of unit
| `NoSuchRemediationConfigurationException of unit
| `RemediationInProgressException of unit
| `Unknown_operation_error of string * string option ]