Values.BatchGetRouterInputErrorSourceAn error that occurred when retrieving multiple router inputs in the BatchGetRouterInput operation, including the ARN, error code, and error message.
type nonrec t = {arn : RouterInputArn.t option;The Amazon Resource Name (ARN) of the router input 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.
*)}