Class: Aws::IAM::Types::KeyPairMismatchException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/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

#messageString

Returns:

  • (String)


4662
4663
4664
4665
4666
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 4662

class KeyPairMismatchException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end