import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
A reusable delegation set with the specified ID does not exist.
*/ export interface NoSuchDelegationSet extends __ServiceException__<_NoSuchDelegationSetDetails> { name: "NoSuchDelegationSet"; } export interface _NoSuchDelegationSetDetails { /** *Descriptive message for the error response.
*/ message?: string; }