Class NotFoundException

All Implemented Interfaces:
Serializable

public class NotFoundException extends AmazonServiceException

A service resource associated with the request could not be found. Such requests should not be retried by clients.

See Also:
  • Constructor Details

    • NotFoundException

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