Exception: ElasticBeans::Command::Create::UnhealthyEnvironmentError
- Inherits:
-
Error
- Object
- StandardError
- Error
- ElasticBeans::Command::Create::UnhealthyEnvironmentError
- Defined in:
- lib/elastic_beans/command/create.rb
Overview
:nodoc: all
Instance Method Summary collapse
-
#initialize(environment_name:) ⇒ UnhealthyEnvironmentError
constructor
A new instance of UnhealthyEnvironmentError.
- #message ⇒ Object
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
#message ⇒ Object
155 156 157 |
# File 'lib/elastic_beans/command/create.rb', line 155 def "Environment `#{@environment_name}' is still not available" end |