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