Class: Aws::StorageGateway::Types::FileSystemAssociationStatusDetail

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The error code for a given file system association status.

Returns:

  • (String)


3984
3985
3986
3987
3988
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3984

class FileSystemAssociationStatusDetail < Struct.new(
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end