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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 ][1].

[1]: docs.aws.amazon.com/workspaces/latest/adminguide/required-service-components.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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