Class DuplicateSSHPublicKeyException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateSSHPublicKeyException
    extends AmazonServiceException

    The request was rejected because the SSH public key is already associated with the specified IAM user.

    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateSSHPublicKeyException

        public DuplicateSSHPublicKeyException​(String message)
        Constructs a new DuplicateSSHPublicKeyException with the specified error message.
        Parameters:
        message - Describes the error encountered.