Class: Aws::IAM::Types::DuplicateSSHPublicKeyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DuplicateSSHPublicKeyException
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
The request was rejected because the SSH public key is already associated with the specified IAM user.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3033 3034 3035 3036 3037 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 3033 class DuplicateSSHPublicKeyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |