Exception: Ridley::Errors::EncryptedDataBagSecretNotSet

Inherits:
RidleyError
  • Object
show all
Defined in:
lib/ridley/errors.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



41
42
43
# File 'lib/ridley/errors.rb', line 41

def message
  "no encrypted data bag secret was set for this Ridley connection"
end