Class: Aws::AuditManager::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AuditManager::Types::ResourceNotFoundException
 
- Defined in:
- gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb
Overview
The resource that's specified in the request can't be found.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique identifier for the resource. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of resource that's affected by the error. 
Instance Attribute Details
#message ⇒ String
| 4063 4064 4065 4066 4067 4068 4069 | # File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4063 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_id ⇒ String
The unique identifier for the resource.
| 4063 4064 4065 4066 4067 4068 4069 | # File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4063 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of resource that's affected by the error.
| 4063 4064 4065 4066 4067 4068 4069 | # File 'gems/aws-sdk-auditmanager/lib/aws-sdk-auditmanager/types.rb', line 4063 class ResourceNotFoundException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |