class

Awscr::S3::Exception

Inherits Exception < Reference < Object

Exception raised when S3 gives us a non 200 http status code. The error will have a specific message from S3.

Class methods

from_response(response)

Creates a S3::Exception from an HTTP::Client::Response

Source