Values.UnprocessedAccountSourceProvides information about an account-related request that hasn't been processed.
type nonrec t = {accountId : string option;The Amazon Web Services account ID for the account that the request applies to.
*)errorCode : ErrorCode.t option;The source of the issue or delay in processing the request.
*)errorMessage : string option;The reason why the request hasn't been processed.
*)}