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
6178 6179 6180 6181 6182 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6178 class KMSAccessDeniedFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |