UNPKG

@cdklabs/cdk-ecs-codedeploy

Version:

CDK Constructs for performing ECS Deployments with CodeDeploy

9 lines (8 loc) 315 B
import { ServiceException as __ServiceException, } from "@smithy/smithy-client"; export { __ServiceException }; export class CodeDeployServiceException extends __ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, CodeDeployServiceException.prototype); } }