Class: Aws::WorkspacesInstances::Types::ResourceNotFoundException

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

Overview

Indicates the requested resource could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Details about the missing resource.

Returns:

  • (String)


1434
1435
1436
1437
1438
1439
1440
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1434

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

#resource_idString

Identifier of the resource that was not found.

Returns:

  • (String)


1434
1435
1436
1437
1438
1439
1440
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1434

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

#resource_typeString

Type of the resource that was not found.

Returns:

  • (String)


1434
1435
1436
1437
1438
1439
1440
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1434

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