Class: Aws::DatabaseMigrationService::Types::KMSDisabledFault

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

The specified KMS key isn’t enabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6191
6192
6193
6194
6195
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6191

class KMSDisabledFault < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end