Class: Aws::ElasticBeanstalk::Errors::OperationInProgressException Deprecated
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticBeanstalk::Errors::OperationInProgressException
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/errors.rb
Overview
Deprecated.
This error class is not used during parsing.
Please use OperationInProgressFailure
instead.
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationInProgressException
constructor
A new instance of OperationInProgressException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationInProgressException
Returns a new instance of OperationInProgressException.
121 122 123 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/errors.rb', line 121 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |