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

No profile specified for the field-level encryption query argument.

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