Class ResourceNotFoundException

All Implemented Interfaces:
Serializable

public class ResourceNotFoundException extends AmazonServiceException

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

See Also:
  • Constructor Details

    • ResourceNotFoundException

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