Class: Aws::FSx::Types::MissingFileSystemConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::MissingFileSystemConfiguration
- 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
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
6285 6286 6287 6288 6289 |
# File 'lib/aws-sdk-fsx/types.rb', line 6285 class MissingFileSystemConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |