Class: Aws::BackupStorage::Types::KMSInvalidKeyUsageException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb

Overview

Non-retryable exception. Indicates the KMS key usage is incorrect. See exception message for details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


253
254
255
256
257
# File 'gems/aws-sdk-backupstorage/lib/aws-sdk-backupstorage/types.rb', line 253

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