Method: ChefDK::ServiceExceptionInspectors::HTTP#message

Defined in:
lib/chef-dk/service_exception_inspectors/http.rb

#messageObject



30
31
32
# File 'lib/chef-dk/service_exception_inspectors/http.rb', line 30

def message
  "HTTP #{code} #{response_message}: " + parsed_response_body
end