Class: Aws::IAM::Types::InvalidPublicKeyException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iam/types.rb

Overview

The request was rejected because the public key is malformed or otherwise invalid.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4786
4787
4788
4789
# File 'lib/aws-sdk-iam/types.rb', line 4786

class InvalidPublicKeyException < Struct.new(
  :message)
  include Aws::Structure
end