Class: Aws::FSx::Types::DataRepositoryTaskFailureDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


3955
3956
3957
3958
3959
# File 'lib/aws-sdk-fsx/types.rb', line 3955

class DataRepositoryTaskFailureDetails < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end