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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10486 10487 10488 10489 10490 |
# File 'lib/aws-sdk-iam/types.rb', line 10486 class UnrecognizedPublicKeyEncodingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |