Values.ExpressGatewayServiceStatusSourceAn object that defines the status of Express service creation and information about the status of the service.
type nonrec t = {statusCode : ExpressGatewayServiceStatusCode.t option;The status of the Express service.
*)statusReason : String_.t option;Information about why the Express service is in the current status.
*)}