Values.DeleteEvaluationResultsResponseSourceThe output when you delete the evaluation results for the specified Config rule.
type nonrec error = [ | `NoSuchConfigRuleException of NoSuchConfigRuleException.t| `ResourceInUseException of ResourceInUseException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoSuchConfigRuleException of unit
| `ResourceInUseException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoSuchConfigRuleException of unit
| `ResourceInUseException of unit
| `Unknown_operation_error of string * string option ]