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
7228 7229 7230 7231 7232 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7228 class KMSFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |