Class: Aws::WorkSpaces::Types::ResourceInUseException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
# File 'lib/aws-sdk-workspaces/types.rb', line 3724

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

#resource_idString

The ID of the resource that is in use.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
# File 'lib/aws-sdk-workspaces/types.rb', line 3724

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