cdk-rds-sql
Version:
A CDK construct that allows creating roles and databases an on Aurora Serverless Postgresql cluster.
9 lines (8 loc) • 323 B
JavaScript
import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
export { __ServiceException };
export class SecretsManagerServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, SecretsManagerServiceException.prototype);
}
}