UNPKG

cdk-amazon-chime-resources

Version:

![Experimental](https://img.shields.io/badge/experimental-important.svg?style=for-the-badge)

12 lines (11 loc) 421 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SSMServiceException = void 0; const smithy_client_1 = require("@aws-sdk/smithy-client"); class SSMServiceException extends smithy_client_1.ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, SSMServiceException.prototype); } } exports.SSMServiceException = SSMServiceException;