I'm pretty sure you would have to use ImplicitRegion or ParametricRegion for this. E.g.:
region = ImplicitRegion[(2 - Sqrt[(y - 2)^2 + z^2]) > x^4 \[And] Sqrt[(y - 2)^2 + z^2] > 1, {x, y, z}]
RegionPlot3D[region, PlotRange -> {{-2, 2}, {-1, 5}, {-2, 2}}, PlotPoints -> 60, Axes -> True]