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