class Awscr::S3::Http::ServerError
- Awscr::S3::Http::ServerError
- Exception
- Reference
- Object
Overview
Exception raised when S3 gives us a non 200 http status code. The error will have a specific message from S3.
Defined in:
awscr-s3/http.crClass Method Summary
-
.from_response(response)
Creates a
ServerError
from anHTTP::Client::Response