Exception: RubyAemAws::ELBMisconfiguration
- Inherits:
-
StandardError
- Object
- StandardError
- RubyAemAws::ELBMisconfiguration
- Defined in:
- lib/ruby_aem_aws/error.rb
Overview
Raise this when ELB is misconfigured.
Instance Method Summary collapse
-
#initialize(msg = 'ELB misconfigured') ⇒ ELBMisconfiguration
constructor
A new instance of ELBMisconfiguration.
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 |