Class: Aws::DatabaseMigrationService::Types::KMSFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::KMSFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
An Key Management Service (KMS) error is preventing access to KMS.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6678 6679 6680 6681 6682 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6678 class KMSFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |