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