Class: Aws::IAM::Types::UnrecognizedPublicKeyEncodingException

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

Overview

The request was rejected because the public key encoding format is unsupported or unrecognized.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)

10426
10427
10428
10429
10430
# File 'lib/aws-sdk-iam/types.rb', line 10426

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