UNPKG

cdk-encrypted-secret

Version:

CDK Construct that creates an AWS Secret Manager Secret and sets the value from an encrypted Ciphertext.

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