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
11953 11954 11955 11956 11957 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 11953 class UnrecognizedPublicKeyEncodingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |