Class: Aws::ElasticLoadBalancingV2::Errors::TrustStoreNotReadyException

Inherits:
ServiceError
  • Object
show all
Defined in:
lib/aws-sdk-elasticloadbalancingv2/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ TrustStoreNotReadyException

Returns a new instance of TrustStoreNotReadyException.

Parameters:



550
551
552
# File 'lib/aws-sdk-elasticloadbalancingv2/errors.rb', line 550

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end