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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-iam/types.rb', line 4775 class InvalidPublicKeyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |