Class: Aws::WorkSpaces::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ResourceInUseException
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
The specified resource is currently in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#resource_id ⇒ String
The ID of the resource that is in use.
Instance Attribute Details
#message ⇒ String
4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4253 class ResourceInUseException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that is in use.
4253 4254 4255 4256 4257 4258 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 4253 class ResourceInUseException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |