Exception: RubyAemAws::ASGMisconfiguration
- Inherits:
-
StandardError
- Object
- StandardError
- RubyAemAws::ASGMisconfiguration
- Defined in:
- lib/ruby_aem_aws/error.rb
Overview
Raise this when ASG is misconfigured.
Instance Method Summary collapse
-
#initialize(msg = 'ASG misconfigured') ⇒ ASGMisconfiguration
constructor
A new instance of ASGMisconfiguration.
Constructor Details
#initialize(msg = 'ASG misconfigured') ⇒ ASGMisconfiguration
Returns a new instance of ASGMisconfiguration.
32 33 34 |
# File 'lib/ruby_aem_aws/error.rb', line 32 def initialize(msg = 'ASG misconfigured') super end |