Class: Aws::DatabaseMigrationService::Types::KMSKeyNotAccessibleFault

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

Overview

DMS cannot access the KMS key.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6584
6585
6586
6587
6588
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6584

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