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)


8242
8243
8244
8245
8246
8247
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8242

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

#messageString

A detailed error message.

Returns:

  • (String)


8242
8243
8244
8245
8246
8247
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8242

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