Class: Aws::WorkSpacesThinClient::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspacesthinclient/types.rb

Overview

The resource specified in the request was not found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1000
1001
1002
1003
1004
1005
1006
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1000

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

#resource_idString

The ID of the resource associated with the request.

Returns:

  • (String)


1000
1001
1002
1003
1004
1005
1006
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1000

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

#resource_typeString

The type of the resource associated with the request.

Returns:

  • (String)


1000
1001
1002
1003
1004
1005
1006
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1000

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