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.
6034 6035 6036 6037 6038 |
# File 'lib/aws-sdk-fsx/types.rb', line 6034 class FileSystemFailureDetails < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |