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