import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The provided name is invalid.
*/ export interface InvalidName extends __ServiceException__<_InvalidNameDetails> { name: "InvalidName"; } export interface _InvalidNameDetails { /** * _ErrorMessage shape */ message?: string; }