# File lib/aws/errors.rb, line 112 def include_error_type if http_response.status >= 500 extend ServerError else extend ClientError end end