Class: Aws::ElasticLoadBalancingV2::Errors::SubnetNotFoundException Deprecated

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

Overview

Deprecated.

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SubnetNotFoundException.

Parameters:



589
590
591
# File 'lib/aws-sdk-elasticloadbalancingv2/errors.rb', line 589

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