Exception: Happi::Error::Forbidden

Inherits:
ClientError show all
Defined in:
lib/happi/error.rb

Instance Attribute Summary

Attributes inherited from Happi::Error

#response

Instance Method Summary collapse

Methods inherited from Happi::Error

#initialize

Constructor Details

This class inherits a constructor from Happi::Error

Instance Method Details

#messageObject



28
29
30
# File 'lib/happi/error.rb', line 28

def message
  "The request was denied"
end