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

The specified delegation set has already been marked as reusable.

*/ export interface DelegationSetAlreadyReusable extends __ServiceException__<_DelegationSetAlreadyReusableDetails> { name: "DelegationSetAlreadyReusable"; } export interface _DelegationSetAlreadyReusableDetails { /** *

Descriptive message for the error response.

*/ message?: string; }