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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


8400
8401
8402
8403
8404
8405
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8400

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

#messageString

A detailed error message.

Returns:

  • (String)


8400
8401
8402
8403
8404
8405
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8400

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