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