Exception: SimpleAWS::UnknownErrorResponse

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/simple_aws/core/response.rb

Instance Method Summary (collapse)

Constructor Details

- (UnknownErrorResponse) initialize(body)

A new instance of UnknownErrorResponse



19
20
21
# File 'lib/simple_aws/core/response.rb', line 19

def initialize(body)
  super "Unable to parse error code from #{body.inspect}"
end