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

Your request contains more trusted signers than are allowed per distribution.

*/ export interface TooManyTrustedSigners extends __ServiceException__<_TooManyTrustedSignersDetails> { name: "TooManyTrustedSigners"; } export interface _TooManyTrustedSignersDetails { /** * _string shape */ Message?: string; }