Class: Aws::CodeGuruSecurity::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::CodeGuruSecurity::Types::ResourceNotFoundException
 
- Defined in:
- gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb
Overview
The resource specified in the request was not found.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier for the error. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Description of the error. 
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The identifier for the resource that was not found. 
- 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The type of resource that was not found. 
Instance Attribute Details
#error_code ⇒ String
The identifier for the error.
| 1035 1036 1037 1038 1039 1040 1041 1042 | # File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1035 class ResourceNotFoundException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
Description of the error.
| 1035 1036 1037 1038 1039 1040 1041 1042 | # File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1035 class ResourceNotFoundException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_id ⇒ String
The identifier for the resource that was not found.
| 1035 1036 1037 1038 1039 1040 1041 1042 | # File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1035 class ResourceNotFoundException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end | 
#resource_type ⇒ String
The type of resource that was not found.
| 1035 1036 1037 1038 1039 1040 1041 1042 | # File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1035 class ResourceNotFoundException < Struct.new( :error_code, :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |