Exception: ElasticBeans::Command::Restart::NoEnvironmentsError

Inherits:
Error
  • Object
show all
Defined in:
lib/elastic_beans/command/restart.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



89
90
91
92
93
94
95
# File 'lib/elastic_beans/command/restart.rb', line 89

def message
  <<-MESSAGE
There are no environments to restart! Please create some using `beans create`.

#{command_help "create"}
  MESSAGE
end