Class: Aws::ElasticLoadBalancing::Errors::LoadBalancerAttributeNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticLoadBalancing::Errors::LoadBalancerAttributeNotFoundException
- Defined in:
- lib/aws-sdk-elasticloadbalancing/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LoadBalancerAttributeNotFoundException
constructor
A new instance of LoadBalancerAttributeNotFoundException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ LoadBalancerAttributeNotFoundException
Returns a new instance of LoadBalancerAttributeNotFoundException.
194 195 196 |
# File 'lib/aws-sdk-elasticloadbalancing/errors.rb', line 194 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |