import { ServiceException as __ServiceException__ } from "@aws-sdk/types";
/**
*
Origin and CallerReference cannot be updated.
*/
export interface IllegalUpdate extends __ServiceException__<_IllegalUpdateDetails> {
name: "IllegalUpdate";
}
export interface _IllegalUpdateDetails {
/**
* _string shape
*/
Message?: string;
}