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:
  • Constructor Details

    • NoSuchEntityException

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