Class: Aws::WorkSpaces::Types::UnsupportedWorkspaceConfigurationException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb

Overview

The configuration of this WorkSpace is not supported for this operation. For more information, see Required Configuration and Service Components for WorkSpaces .

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4172
4173
4174
4175
4176
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4172

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