Class: Aws::DatabaseMigrationService::Types::KMSKeyNotAccessibleFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::KMSKeyNotAccessibleFault
- 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
#message ⇒ 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 |