Class: Aws::WorkSpaces::Types::ResourceNotFoundException

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

Overview

The resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The resource could not be found.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3757

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

#resource_idString

The ID of the resource that could not be found.

Returns:

  • (String)


3757
3758
3759
3760
3761
3762
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3757

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