Class InvalidTableRestoreArgumentException

  • All Implemented Interfaces:
    Serializable

    public class InvalidTableRestoreArgumentException
    extends AmazonServiceException

    The value specified for the sourceDatabaseName, sourceSchemaName, or sourceTableName parameter, or a combination of these, doesn't exist in the snapshot.

    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidTableRestoreArgumentException

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