Class AWS::Response
In: lib/aws/response.rb
Parent: Object

@private

Methods

Included Modules

AsyncHandle

Attributes

cached  [RW]  @return [Boolean] true if the response is cached
error  [RW]  @return [AWS::Error] Returns nil unless the request failed.
  Normally this will be nil unless you are using the Asynchronous
  interface.
http_request  [RW]  @return [Http::Request] the HTTP request object
http_response  [RW]  @return [Http::Response] the HTTP response object
request_options  [RW]  @return [Hash] The hash of options passed to the low level request
  method that generated this response.
request_type  [RW]  @return [Symbol] The low-level request method that generated
  this response

Public Class methods

Public Instance methods

@private

Rebuilds the HTTP request using the block passed to the initializer

@return [Boolean] Returns true unless there is a response error.

@return [Boolean] Returns true if the http request was throttled

  by AWS.

@return [Boolean] Returns true if the http request timed out.

[Validate]