Values.UserErrorSourceThe list of errors returned when errors are encountered during the BatchSuspendUser, BatchUnsuspendUser, or BatchUpdateUser actions. This includes user IDs, error codes, and error messages.
type nonrec t = {userId : NonEmptyString.t option;The user ID for which the action failed.
*)errorCode : ErrorCode.t option;The error code.
*)errorMessage : String_.t option;The error message.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]