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