Class: Aws::FSx::Types::BackupRestoring

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

Overview

You can’t delete a backup while it’s being used to restore a file system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID of a file system being restored from the backup.

Returns:

  • (String)


676
677
678
679
680
681
# File 'lib/aws-sdk-fsx/types.rb', line 676

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

#messageString

A detailed error message.

Returns:

  • (String)


676
677
678
679
680
681
# File 'lib/aws-sdk-fsx/types.rb', line 676

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