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
3827 3828 3829 3830 3831 |
# File 'lib/aws-sdk-workspaces/types.rb', line 3827 class OperationInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |