Class: Aws::ElasticLoadBalancing::Errors::InvalidSchemeException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticLoadBalancing::Errors::InvalidSchemeException
- Defined in:
- lib/aws-sdk-elasticloadbalancing/errors.rb
Overview
Deprecated.
This error class is not used during parsing. Please use ‘InvalidScheme` instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidSchemeException
constructor
A new instance of InvalidSchemeException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidSchemeException
Returns a new instance of InvalidSchemeException.
197 198 199 |
# File 'lib/aws-sdk-elasticloadbalancing/errors.rb', line 197 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |