Class: Aws::WorkSpaces::Errors::OperationInProgressException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::WorkSpaces::Errors::OperationInProgressException
- Defined in:
- lib/aws-sdk-workspaces/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationInProgressException
constructor
A new instance of OperationInProgressException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OperationInProgressException
Returns a new instance of OperationInProgressException.
179 180 181 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 179 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
184 185 186 |
# File 'lib/aws-sdk-workspaces/errors.rb', line 184 def @message || @data[:message] end |