### Actions before raising this issue - [x] I searched the existing issues and did not find anything similar. - [x] I read/searched [the docs](https://docs.cvat.ai/docs/) ### Steps to Reproduce  1. Go to `/api/cloudstorages/{id}/status` in Swagger 4. Call this api for a cloud storage (in my case it was an S3 storage) 5. If the storage is not available, the result will be status 400 "Could not connect to the endpoint URL" instead of the "NOT_FOUND" string ### Expected Behavior The endpoint call returns values as specified in the schema. ### Possible Solution The schema itself should probably be improved to declare a enum for the resulting values. ### Context _No response_ ### Environment ```Markdown ```