Class: Aws::ElasticLoadBalancing::Errors::TooManyPoliciesException Deprecated

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-elasticloadbalancing/errors.rb

Overview

Deprecated.

This error class is not used during parsing. Please use ‘TooManyPolicies` instead.

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TooManyPoliciesException

Returns a new instance of TooManyPoliciesException.

Parameters:



317
318
319
# File 'lib/aws-sdk-elasticloadbalancing/errors.rb', line 317

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end