Class: Aws::DatabaseMigrationService::Types::KMSFault

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


6204
6205
6206
6207
6208
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6204

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