Class NoSuchEntityException

  • All Implemented Interfaces:
    Serializable

    public class NoSuchEntityException
    extends AmazonServiceException

    The request was rejected because it referenced an entity that does not exist. The error message describes the entity.

    See Also:
    Serialized Form
    • Constructor Detail

      • NoSuchEntityException

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