Class | AWS::Errors::Base |
In: |
lib/aws/errors.rb
|
Parent: | StandardError |
Base class for all errors returned by the service.
code | [R] | @return [String] The response code given by the service. |
http_request | [R] |
@return [Http::Request] The low level http request that caused the
error to be raised. |
http_response | [R] |
@return [Http::Response] The low level http response from the service
that wrapped the service error. |
Extends the error object with {ServerError} or {ClientError}. This indicates if the request should be retried (server errors) or not (client errors).