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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


6785
6786
6787
6788
6789
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6785

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