import { ServiceException as __ServiceException__ } from '@aws-sdk/types'; /** *

The operation tried to access a nonexistent index.

*/ export interface IndexNotFoundException extends __ServiceException__<_IndexNotFoundExceptionDetails> { name: 'IndexNotFoundException'; } export interface _IndexNotFoundExceptionDetails { /** * _ErrorMessage shape */ message?: string; }