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

The request was rejected because the state of the specified resource is not valid for this request.

For more information about how key state affects the use of a CMK, see How Key State Affects Use of a Customer Master Key in the AWS Key Management Service Developer Guide.

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