Class InvalidS3PrefixException

All Implemented Interfaces:
Serializable

public class InvalidS3PrefixException extends AmazonServiceException

This exception is thrown when the provided S3 prefix is not valid.

See Also:
  • Constructor Details

    • InvalidS3PrefixException

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