Class EncryptionKeyInvalidUsageException

All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<EncryptionKeyInvalidUsageException.Builder,EncryptionKeyInvalidUsageException>

@Generated("software.amazon.awssdk:codegen") public final class EncryptionKeyInvalidUsageException extends CodeCommitException implements ToCopyableBuilder<EncryptionKeyInvalidUsageException.Builder,EncryptionKeyInvalidUsageException>

A KMS encryption key was used to try and encrypt or decrypt a repository, but either the repository or the key was not in a valid state to support the operation.

See Also: