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