Class: Aws::WorkSpaces::Types::WorkspacesDefaultRoleNotFoundException

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

Overview

The workspaces_DefaultRole role could not be found. If this is the first time you are registering a directory, you will need to create the workspaces_DefaultRole role before you can register a directory. For more information, see Creating the workspaces_DefaultRole Role.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5269
5270
5271
5272
5273
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 5269

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