class Aws::ElasticLoadBalancingV2::Errors::AllocationIdNotFoundException

Public Class Methods

new(context, message, data = Aws::EmptyStructure.new) click to toggle source

@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::ElasticLoadBalancingV2::Types::AllocationIdNotFoundException] data

Calls superclass method
# File lib/aws-sdk-elasticloadbalancingv2/errors.rb, line 89
def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end