class Aws::Json::ErrorHandler
def call(context)
-
(Seahorse::Client::Response)-
Parameters:
-
context(Seahorse::Client::RequestContext) --
def call(context) @handler.call(context).on(300..599) do |response| response.error = error(context) response.data = nil end end