Class: Aws::BackupGateway::Types::ResourceNotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::BackupGateway::Types::ResourceNotFoundException
 
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
A resource that is required for the action wasn't found.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A description of which resource wasn't found. 
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Instance Attribute Details
#error_code ⇒ String
A description of which resource wasn't found.
| 1002 1003 1004 1005 1006 1007 | # File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1002 class ResourceNotFoundException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
| 1002 1003 1004 1005 1006 1007 | # File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1002 class ResourceNotFoundException < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |