class Aws::Plugins::RetryErrors::Handler

def response_truncatable?(context)

def response_truncatable?(context)
  context.http_response.body.respond_to?(:truncate)
end