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)


7050
7051
7052
7053
7054
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7050

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