Class: Aws::StorageGateway::Types::FileSystemAssociationStatusDetail
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::StorageGateway::Types::FileSystemAssociationStatusDetail
 
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Detailed information on file system association status.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The error code for a given file system association status. 
Instance Attribute Details
#error_code ⇒ String
The error code for a given file system association status.
| 4375 4376 4377 4378 4379 | # File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 4375 class FileSystemAssociationStatusDetail < Struct.new( :error_code) SENSITIVE = [] include Aws::Structure end |