import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
Your AWS account has been blocked. For more information, contact AWS Support.
*/ export interface BlockedException extends __ServiceException__<_BlockedExceptionDetails> { name: "BlockedException"; } export interface _BlockedExceptionDetails { }