Class: Aws::DatabaseMigrationService::Types::KMSAccessDeniedFault

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

Overview

The ciphertext references a key that doesn’t exist or that the DMS account doesn’t have access to.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)

6562
6563
6564
6565
6566
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6562

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