Class: Aws::FSx::Types::DataRepositoryTaskFailureDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DataRepositoryTaskFailureDetails
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
Provides information about why a data repository task failed. Only
populated when the task Lifecycle
is set to FAILED
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
4093 4094 4095 4096 4097 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4093 class DataRepositoryTaskFailureDetails < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |