Class: Aws::ElasticLoadBalancing::Errors::SubnetNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticLoadBalancing::Errors::SubnetNotFoundException
- Defined in:
- lib/aws-sdk-elasticloadbalancing/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.
234 235 236 |
# File 'lib/aws-sdk-elasticloadbalancing/errors.rb', line 234 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |