Class InvalidCiphertextException

All Implemented Interfaces:
Serializable

public class InvalidCiphertextException extends AmazonServiceException

The request was rejected because the specified ciphertext has been corrupted or is otherwise invalid.

See Also:
  • Constructor Details

    • InvalidCiphertextException

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