Class: Aws::PCS::Types::ResourceNotFoundException

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

Overview

The requested resource can't be found. The cluster, node group, or queue you're attempting to get, update, list, or delete doesn't exist.

Examples

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1435
1436
1437
1438
1439
1440
1441
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1435

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

#resource_idString

The unique identifier of the resource that was not found.

Returns:

  • (String)


1435
1436
1437
1438
1439
1440
1441
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1435

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

#resource_typeString

The type or category of the resource that was not found.

Returns:

  • (String)


1435
1436
1437
1438
1439
1440
1441
# File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1435

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