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)


3827
3828
3829
3830
3831
# File 'lib/aws-sdk-workspaces/types.rb', line 3827

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