class Aws::Plugins::RetryErrors::ErrorInspector

def server?

def server?
  (500..599).include?(@http_status_code)
end