Class: Aws::FSx::Types::SnapshotNotFound
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::SnapshotNotFound
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
No Amazon FSx snapshots were found based on the supplied parameters.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A detailed error message.
 
Instance Attribute Details
#message ⇒ String
A detailed error message.
      8392 8393 8394 8395 8396  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 8392 class SnapshotNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |