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