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