Class: Aws::FSx::Types::SourceBackupUnavailable

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

Overview

The request was rejected because the lifecycle status of the source backup isn’t ‘AVAILABLE`.

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)


7745
7746
7747
7748
7749
7750
# File 'lib/aws-sdk-fsx/types.rb', line 7745

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

#messageString

A detailed error message.

Returns:

  • (String)


7745
7746
7747
7748
7749
7750
# File 'lib/aws-sdk-fsx/types.rb', line 7745

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