import { ServiceException as __ServiceException__ } from '@aws-sdk/types'; /** *
The request was rejected because the specified CMK is not enabled.
*/ export interface DisabledException extends __ServiceException__<_DisabledExceptionDetails> { name: 'DisabledException'; } export interface _DisabledExceptionDetails { /** * _ErrorMessageType shape */ message?: string; }