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

The specified profile for field-level encryption doesn't exist.

*/ export interface NoSuchFieldLevelEncryptionProfile extends __ServiceException__<_NoSuchFieldLevelEncryptionProfileDetails> { name: "NoSuchFieldLevelEncryptionProfile"; } export interface _NoSuchFieldLevelEncryptionProfileDetails { /** * _string shape */ Message?: string; }