Class: Aws::WorkSpaces::Types::ResourceAssociatedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ResourceAssociatedException
- 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
#message ⇒ String
4200 4201 4202 4203 4204 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4200 class ResourceAssociatedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |