Class: AWS::S3::Error::Response
- Inherits:
-
Base::Response
- Object
- String
- Base::Response
- AWS::S3::Error::Response
- Defined in:
- lib/aws-matt/s3/response.rb
Instance Attribute Summary
Attributes inherited from Base::Response
Instance Method Summary collapse
Methods inherited from Base::Response
#[], #code, #each, #error, #headers, #initialize
Constructor Details
This class inherits a constructor from AWS::S3::Base::Response
Instance Method Details
#error? ⇒ Boolean
117 118 119 |
# File 'lib/aws-matt/s3/response.rb', line 117 def error? true end |
#inspect ⇒ Object
121 122 123 |
# File 'lib/aws-matt/s3/response.rb', line 121 def inspect "#<%s:0x%s %s %s: '%s'>" % [self.class.name, object_id, response.code, error.code, error.] end |