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

Amazon Route 53 doesn't support the specified geographic location.

*/ export interface NoSuchGeoLocation extends __ServiceException__<_NoSuchGeoLocationDetails> { name: "NoSuchGeoLocation"; } export interface _NoSuchGeoLocationDetails { /** *

Descriptive message for the error response.

*/ message?: string; }