Class: Aws::DatabaseMigrationService::Types::KMSInvalidStateFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::KMSInvalidStateFault
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
The state of the specified KMS resource isn't valid for this request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6590 6591 6592 6593 6594 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6590 class KMSInvalidStateFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |