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