Class: Aws::ElasticBeanstalk::Errors::OperationInProgressException Deprecated

Inherits:
ServiceError
  • Object
show all
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

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationInProgressException

Returns a new instance of OperationInProgressException.

Parameters:



121
122
123
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/errors.rb', line 121

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end