import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
A delegation set with the same owner and caller reference combination has already been created.
*/ export interface DelegationSetAlreadyCreated extends __ServiceException__<_DelegationSetAlreadyCreatedDetails> { name: "DelegationSetAlreadyCreated"; } export interface _DelegationSetAlreadyCreatedDetails { /** *Descriptive message for the error response.
*/ message?: string; }