Class: Aws::FSx::Types::DataRepositoryFailureDetails

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

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


3455
3456
3457
3458
3459
# File 'lib/aws-sdk-fsx/types.rb', line 3455

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