Class: Aws::FSx::Types::BackupFailureDetails

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

Overview

If backup creation fails, this structure contains the details of that failure.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the backup creation failure.

Returns:

  • (String)


81
82
83
84
# File 'lib/aws-sdk-fsx/types.rb', line 81

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