You are viewing documentation for version 1 of the AWS SDK for Ruby. Version 2 documentation can be found here.

Module: AWS::ELB::Errors

Extended by:
Core::LazyErrorClasses
Defined in:
lib/aws/elb/errors.rb

Constant Summary

Constants included from Core::LazyErrorClasses

Core::LazyErrorClasses::BASE_ERROR_GRAMMAR

Class Method Summary collapse

Methods included from Core::LazyErrorClasses

const_missing, error_class

Class Method Details

.error_class(code) ⇒ Object



20
21
22
# File 'lib/aws/elb/errors.rb', line 20

def self.error_class code
  super(code.sub(/^ElasticLoadBalancing\./, ''))
end