import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
You do not have authorization to perform the requested action.
*/ export interface AccessDeniedException extends __ServiceException__<_AccessDeniedExceptionDetails> { name: "AccessDeniedException"; } export interface _AccessDeniedExceptionDetails { }