Class: Aws::FSx::Types::DataRepositoryFailureDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DataRepositoryFailureDetails
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Provides detailed information about the data repository if its
Lifecycle
is set to MISCONFIGURED
or FAILED
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
3905 3906 3907 3908 3909 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3905 class DataRepositoryFailureDetails < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |