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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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)


3410
3411
3412
3413
3414
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3410

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