Exception: ElasticBeans::Command::Create::UnhealthyEnvironmentError

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

Overview

:nodoc: all

Instance Method Summary collapse

Constructor Details

#initialize(environment_name:) ⇒ UnhealthyEnvironmentError

Returns a new instance of UnhealthyEnvironmentError.



151
152
153
# File 'lib/elastic_beans/command/create.rb', line 151

def initialize(environment_name:)
  @environment_name = environment_name
end

Instance Method Details

#messageObject



155
156
157
# File 'lib/elastic_beans/command/create.rb', line 155

def message
  "Environment `#{@environment_name}' is still not available"
end