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

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


6178
6179
6180
6181
6182
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6178

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