Class: Aws::KMS::Types::KMSInvalidMacException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::KMSInvalidMacException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the HMAC verification failed. HMAC verification fails when the HMAC computed by using the specified message, HMAC KMS key, and MAC algorithm does not match the HMAC specified in the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4462 4463 4464 4465 4466 |
# File 'lib/aws-sdk-kms/types.rb', line 4462 class KMSInvalidMacException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |