import { ServiceException as __ServiceException__ } from "@aws-sdk/types"; /** *
The resource that you tried to update or delete is currently in use.
*/ export interface ResourceInUseException extends __ServiceException__<_ResourceInUseExceptionDetails> { name: "ResourceInUseException"; } export interface _ResourceInUseExceptionDetails { /** * _String shape */ Message?: string; /** *For a ResourceInUseException error, the type of resource that is currently in use.