Class: Aws::FSx::Types::InvalidSourceKmsKey

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

Overview

The Key Management Service (KMS) key of the source backup is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A detailed error message.

Returns:

  • (String)


5901
5902
5903
5904
5905
# File 'lib/aws-sdk-fsx/types.rb', line 5901

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