Class: Aws::FSx::Types::MissingFileSystemConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

A file system configuration is required for this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


6598
6599
6600
6601
6602
# File 'lib/aws-sdk-fsx/types.rb', line 6598

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