Values.RemediationExceptionSourceAn object that represents the details about the remediation exception. The details include the rule name, an explanation of an exception, the time when the exception will be deleted, the resource ID, and resource type.
type nonrec t = {configRuleName : ConfigRuleName.t option;The name of the Config rule.
*)resourceType : StringWithCharLimit256.t option;The type of a resource.
*)resourceId : StringWithCharLimit1024.t option;The ID of the resource (for example., sg-xxxxxx).
*)message : StringWithCharLimit1024.t option;An explanation of an remediation exception.
*)expirationTime : Date.t option;The time when the remediation exception will be deleted.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of ConfigRuleName.t | `Timestamp of Date.t ]) list ]