Class: Aws::IAM::Types::DuplicateSSHPublicKeyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DuplicateSSHPublicKeyException
- Includes:
- Structure
- Defined in:
- 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
2577 2578 2579 2580 2581 |
# File 'lib/aws-sdk-iam/types.rb', line 2577 class DuplicateSSHPublicKeyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |