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

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

Overview

Structure providing details of any failures that occur when creating the file system has failed.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message describing the failures that occurred during file system creation.

Returns:

  • (String)


959
960
961
962
# File 'lib/aws-sdk-fsx/types.rb', line 959

class FileSystemFailureDetails < Struct.new(
  :message)
  include Aws::Structure
end