Class: Aws::ElasticLoadBalancingV2::Errors::ALPNPolicyNotSupportedException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of ALPNPolicyNotSupportedException.

Parameters:



90
91
92
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/errors.rb', line 90

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