Class: Aws::WorkSpaces::Types::ResourceInUseException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ResourceInUseException
- Includes:
- Structure
- Defined in:
- 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
4190 4191 4192 4193 4194 4195 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4190 class ResourceInUseException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that is in use.
4190 4191 4192 4193 4194 4195 |
# File 'lib/aws-sdk-workspaces/types.rb', line 4190 class ResourceInUseException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |