UNPKG

cdk-amazon-chime-resources

Version:

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

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