import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
This operation can't be completed either because the current account has reached the limit on reusable delegation sets that it can create or because you've reached the limit on the number of Amazon VPCs that you can associate with a private hosted zone. To get the current limit on the number of reusable delegation sets, see GetAccountLimit. To get the current limit on the number of Amazon VPCs that you can associate with a private hosted zone, see GetHostedZoneLimit. To request a higher limit, create a case with the AWS Support Center.
*/ export interface LimitsExceeded extends __ServiceException__<_LimitsExceededDetails> { name: "LimitsExceeded"; } export interface _LimitsExceededDetails { /** *Descriptive message for the error response.
*/ message?: string; }