Class: Aws::FSx::Types::FileCacheFailureDetails

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)


5662
5663
5664
5665
5666
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 5662

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