Exception: Capistrano::ASG::Rolling::InstanceRefreshFailed

Inherits:
Exception
  • Object
show all
Defined in:
lib/capistrano/asg/rolling/exception.rb

Overview

Exception when the instance refresh failed on one of the ASGs.

Instance Method Summary collapse

Constructor Details

#initializeInstanceRefreshFailed

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