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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4812 4813 4814 4815 |
# File 'lib/aws-sdk-iam/types.rb', line 4812 class KeyPairMismatchException < Struct.new( :message) include Aws::Structure end |