Method: AWS::S3::Base::Response#error

Defined in:
lib/aws/s3/response.rb

#errorObject


48
49
50
# File 'lib/aws/s3/response.rb', line 48

def error
  Error.new(parsed, self)
end