Class: Aws::ElasticBeanstalk::Errors::OperationInProgressException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ElasticBeanstalk::Errors::OperationInProgressException
- Defined in:
- lib/aws-sdk-elasticbeanstalk/errors.rb
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.
116 117 118 |
# File 'lib/aws-sdk-elasticbeanstalk/errors.rb', line 116 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |