Class: Aws::WorkSpaces::Types::OperationInProgressException

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

#messageString

Returns:

  • (String)


4145
4146
4147
4148
4149
# File 'lib/aws-sdk-workspaces/types.rb', line 4145

class OperationInProgressException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end