Class InvalidDocumentOperationException

All Implemented Interfaces:
Serializable

public class InvalidDocumentOperationException extends AmazonServiceException

You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

See Also:
  • Constructor Details

    • InvalidDocumentOperationException

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