Class: Aws::IAM::Types::UnrecognizedPublicKeyEncodingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UnrecognizedPublicKeyEncodingException
- 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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10108 10109 10110 10111 |
# File 'lib/aws-sdk-iam/types.rb', line 10108 class UnrecognizedPublicKeyEncodingException < Struct.new( :message) include Aws::Structure end |