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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


4092
4093
4094
4095
4096
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4092

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