Class KmsKeyNotFoundException

All Implemented Interfaces:
Serializable

public class KmsKeyNotFoundException extends AmazonServiceException

This exception is thrown when the KMS key does not exist, or when the S3 bucket and the KMS key are not in the same region.

See Also:
  • Constructor Details

    • KmsKeyNotFoundException

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