import { ServiceException as __ServiceException__ } from '@aws-sdk/types';
/**
*
A source table with the name TableName does not currently exist within the subscriber's account.
*/
export interface TableNotFoundException extends __ServiceException__<_TableNotFoundExceptionDetails> {
name: 'TableNotFoundException';
}
export interface _TableNotFoundExceptionDetails {
/**
* _ErrorMessage shape
*/
message?: string;
}