Class: Aws::StorageGateway::Types::FileSystemAssociationStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::FileSystemAssociationStatusDetail
- Includes:
- Aws::Structure
- Defined in:
- 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.
4127 4128 4129 4130 4131 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 4127 class FileSystemAssociationStatusDetail < Struct.new( :error_code) SENSITIVE = [] include Aws::Structure end |