Values.UnprocessedAutomationRuleSourceA list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't process and why.
type nonrec t = {ruleArn : NonEmptyString.t option;The Amazon Resource Name (ARN) for the unprocessed automation rule.
*)errorCode : Integer.t option;The error code associated with the unprocessed automation rule.
*)errorMessage : NonEmptyString.t option;An error message describing why a request didn't process a specific rule.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Integer.t | `String of NonEmptyString.t ]) list ]