Class: Aws::DatabaseMigrationService::Types::KMSNotFoundFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::KMSNotFoundFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
The specified KMS entity or resource can’t be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6597 6598 6599 6600 6601 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6597 class KMSNotFoundFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |