class Aws::Plugins::Retries::ErrorInspector

def initialize(error, http_status_code)

def initialize(error, http_status_code)
  @error = error
  @name = extract_name(@error)
  @http_status_code = http_status_code
end