Class: Aws::FSx::Types::FileSystemFailureDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::FileSystemFailureDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
A structure providing details of any failures that occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing any failures that occurred.
Instance Attribute Details
#message ⇒ String
A message describing any failures that occurred.
6143 6144 6145 6146 6147 |
# File 'lib/aws-sdk-fsx/types.rb', line 6143 class FileSystemFailureDetails < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |