Class: Aws::PrometheusService::Types::ResourceNotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::ResourceNotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
The request references a resources that doesn’t exist.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the error.
 - 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier of the resource affected.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Type of the resource affected.
 
Instance Attribute Details
#message ⇒ String
Description of the error.
      1248 1249 1250 1251 1252 1253 1254  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1248 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_id ⇒ String
Identifier of the resource affected.
      1248 1249 1250 1251 1252 1253 1254  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1248 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
Type of the resource affected.
      1248 1249 1250 1251 1252 1253 1254  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1248 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end  |