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

The request was rejected because a specified parameter is not supported or a specified resource is not valid for this operation.

*/ export interface UnsupportedOperationException extends __ServiceException__<_UnsupportedOperationExceptionDetails> { name: 'UnsupportedOperationException'; } export interface _UnsupportedOperationExceptionDetails { /** * _ErrorMessageType shape */ message?: string; }