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

The specified delegation contains associated hosted zones which must be deleted before the reusable delegation set can be deleted.

*/ export interface DelegationSetInUse extends __ServiceException__<_DelegationSetInUseDetails> { name: "DelegationSetInUse"; } export interface _DelegationSetInUseDetails { /** *

Descriptive message for the error response.

*/ message?: string; }