Class: Aws::IAM::Types::InvalidPublicKeyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::InvalidPublicKeyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request was rejected because the public key is malformed or otherwise invalid.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4786 4787 4788 4789 |
# File 'lib/aws-sdk-iam/types.rb', line 4786 class InvalidPublicKeyException < Struct.new( :message) include Aws::Structure end |