Class: Aws::FSx::Types::FileSystemFailureDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

A structure providing details of any failures that occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing any failures that occurred.

Returns:

  • (String)


5680
5681
5682
5683
5684
# File 'lib/aws-sdk-fsx/types.rb', line 5680

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