Class: Aws::SQS::Types::KmsInvalidKeyUsage
- Inherits:
-
Struct
- Object
- Struct
- Aws::SQS::Types::KmsInvalidKeyUsage
- Defined in:
- gems/aws-sdk-sqs/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
#message ⇒ String
1065 1066 1067 1068 1069 |
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 1065 class KmsInvalidKeyUsage < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |