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.
6638 6639 6640 6641 6642 |
# File 'lib/aws-sdk-fsx/types.rb', line 6638 class MissingFileSystemConfiguration < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |