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]
![enter image description here](http://community.wolfram.com//c/portal/getImageAttachment?filename=ScreenShot2016-09-22at10.58.01.png&userId=73716)