Class EntityDoesNotExistException

All Implemented Interfaces:
Serializable

public class EntityDoesNotExistException extends AmazonServiceException

The specified entity could not be found.

See Also:
  • Constructor Details

    • EntityDoesNotExistException

      public EntityDoesNotExistException(String message)
      Constructs a new EntityDoesNotExistException with the specified error message.
      Parameters:
      message - Describes the error encountered.
  • Method Details