Class: Aws::IAM::Types::UnrecognizedPublicKeyEncodingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UnrecognizedPublicKeyEncodingException
- Defined in:
- gems/aws-sdk-iam/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
#message ⇒ String
10697 10698 10699 10700 10701 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 10697 class UnrecognizedPublicKeyEncodingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |