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

If the CallerReference is a value you already sent in a previous request to create an identity but the content of the CloudFrontOriginAccessIdentityConfig is different from the original request, CloudFront returns a CloudFrontOriginAccessIdentityAlreadyExists error.

*/ export interface CloudFrontOriginAccessIdentityAlreadyExists extends __ServiceException__<_CloudFrontOriginAccessIdentityAlreadyExistsDetails> { name: "CloudFrontOriginAccessIdentityAlreadyExists"; } export interface _CloudFrontOriginAccessIdentityAlreadyExistsDetails { /** * _string shape */ Message?: string; }