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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the backup-creation failure.

Returns:

  • (String)


687
688
689
690
691
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 687

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