Class: Aws::DatabaseMigrationService::Types::KMSAccessDeniedFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::KMSAccessDeniedFault
- 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
#message ⇒ String
6532 6533 6534 6535 6536 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6532 class KMSAccessDeniedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |