Class IncorrectKeyMaterialException

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

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

The request was rejected because the key material in the request is, expired, invalid, or does not meet expectations. For example, it is not the same key material that was previously imported or KMS expected new key material but the key material being imported is already associated with the KMS key.

See Also: