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