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
| 1654 1655 1656 1657 1658 1659 1660 | # File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1654 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.
| 1654 1655 1656 1657 1658 1659 1660 | # File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1654 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.
| 1654 1655 1656 1657 1658 1659 1660 | # File 'gems/aws-sdk-pcs/lib/aws-sdk-pcs/types.rb', line 1654 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |