Class: Aws::FSx::Types::BackupBeingCopied

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

Overview

You can't delete a backup while it's being copied.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

The ID of the source backup. Specifies the backup that you are copying.

Returns:

  • (String)


671
672
673
674
675
676
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 671

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

#messageString

A detailed error message.

Returns:

  • (String)


671
672
673
674
675
676
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 671

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