import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
Error code 400. Unsupported operation.
*/ export interface UnsupportedOperation extends __ServiceException__<_UnsupportedOperationDetails> { name: "UnsupportedOperation"; } export interface _UnsupportedOperationDetails { }