Exception: RubyAemAws::ELBMisconfiguration

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

Overview

Raise this when ELB is misconfigured.

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'ELB misconfigured') ⇒ ELBMisconfiguration

Returns a new instance of ELBMisconfiguration.



25
26
27
# File 'lib/ruby_aem_aws/error.rb', line 25

def initialize(msg = 'ELB misconfigured')
  super
end