Exception: RubyAemAws::ASGMisconfiguration

Inherits:
StandardError
  • Object
show all
Defined in:
lib/ruby_aem_aws/error.rb

Overview

Raise this when ASG is misconfigured.

Instance Method Summary collapse

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