Class: Aws::WorkSpaces::Types::OperationInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::OperationInProgressException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
The properties of this WorkSpace are currently being modified. Try again in a moment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4156 4157 4158 4159 4160 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4156 class OperationInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |