Values.UnprocessedSecurityControlSourceProvides details about a security control for which a response couldn't be returned.
type nonrec t = {securityControlId : NonEmptyString.t option;The control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters) for which a response couldn't be returned.
*)errorCode : UnprocessedErrorCode.t option;The error code for the unprocessed security control. The NOT_FOUND value has been deprecated and replaced by the RESOURCE_NOT_FOUND value.
*)errorReason : NonEmptyString.t option;The reason why the security control was unprocessed.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]