Class: Aws::PCS::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PCS::Types::ResourceNotFoundException
- 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
-
#message ⇒ String
-
#resource_id ⇒ String
The unique identifier of the resource that was not found.
-
#resource_type ⇒ String
The type or category of the resource that was not found.
Instance Attribute Details
#message ⇒ 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_id ⇒ String
The unique identifier of the resource that was not found.
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_type ⇒ String
The type or category of the resource that was not found.
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 |