Class: Aws::ManagedGrafana::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ManagedGrafana::Types::ResourceNotFoundException
 
- Defined in:
- gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb
Overview
The request references a resource that does not exist.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The value of a parameter in the request caused an error. 
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the resource that is associated with the error. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of the resource that is associated with the error. 
Instance Attribute Details
#message ⇒ String
The value of a parameter in the request caused an error.
| 1245 1246 1247 1248 1249 1250 1251 | # File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1245 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_id ⇒ String
The ID of the resource that is associated with the error.
| 1245 1246 1247 1248 1249 1250 1251 | # File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1245 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of the resource that is associated with the error.
| 1245 1246 1247 1248 1249 1250 1251 | # File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1245 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |