Exception: Capistrano::ASG::Rolling::InstanceRefreshFailed
- Inherits:
-
Exception
- Object
- StandardError
- Exception
- Capistrano::ASG::Rolling::InstanceRefreshFailed
- Defined in:
- lib/capistrano/asg/rolling/exception.rb
Overview
Exception when the instance refresh failed on one of the ASGs.
Instance Method Summary collapse
-
#initialize ⇒ InstanceRefreshFailed
constructor
A new instance of InstanceRefreshFailed.
Constructor Details
#initialize ⇒ InstanceRefreshFailed
Returns a new instance of InstanceRefreshFailed.
21 22 23 |
# File 'lib/capistrano/asg/rolling/exception.rb', line 21 def initialize super('Failed to update Auto Scaling Group(s)') end |