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