Exception: Tapjoy::AutoscalingBootstrap::Errors::InvalidAutoscalingGroup

Inherits:
NoMethodError
  • Object
show all
Defined in:
lib/tapjoy/autoscaling_bootstrap/errors.rb

Overview

Raise if an invalid launch configuration or autoscaling group is specified

Instance Method Summary collapse

Constructor Details

#initializeInvalidAutoscalingGroup

Returns a new instance of InvalidAutoscalingGroup.



24
25
26
# File 'lib/tapjoy/autoscaling_bootstrap/errors.rb', line 24

def initialize
  abort("ERROR: Specified autoscaling group doesn't exist")
end