Class: Aws::SQS::Types::KmsInvalidKeyUsage

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

Overview

The request was rejected for one of the following reasons:

  • The KeyUsage value of the KMS key is incompatible with the API operation.

  • The encryption algorithm or signing algorithm specified for the operation is incompatible with the type of key material in the KMS key (KeySpec).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1067
1068
1069
1070
1071
# File 'lib/aws-sdk-sqs/types.rb', line 1067

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