Class: Aws::IAM::Types::KeyPairMismatchException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::KeyPairMismatchException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request was rejected because the public key certificate and the private key do not match.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4659 4660 4661 4662 4663 |
# File 'lib/aws-sdk-iam/types.rb', line 4659 class KeyPairMismatchException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |