Values.BatchGetRouterOutputErrorSourceAn error that occurred when retrieving multiple router outputs in the BatchGetRouterOutput operation, including the ARN, error code, and error message.
type nonrec t = {arn : RouterOutputArn.t option;The Amazon Resource Name (ARN) of the router output for which the error occurred.
*)code : String_.t option;The error code associated with the error.
*)message : String_.t option;A message describing the error.
*)}