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

The location code specified is not valid.

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