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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


6034
6035
6036
6037
6038
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6034

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