Class: Aws::ElasticLoadBalancing::Errors::SubnetNotFoundException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of SubnetNotFoundException.

Parameters:



234
235
236
# File 'gems/aws-sdk-elasticloadbalancing/lib/aws-sdk-elasticloadbalancing/errors.rb', line 234

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