Class: Aws::WorkSpaces::Types::ResourceAssociatedException

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

Overview

The resource is associated with a directory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3445
3446
3447
3448
3449
# File 'lib/aws-sdk-workspaces/types.rb', line 3445

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