cletus/node_modules/@aws-sdk/client-cognito-identity/dist-es/models/CognitoIdentityServiceException.js
2025-05-09 15:53:19 -05:00

8 lines
325 B
JavaScript

import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
export { __ServiceException };
export class CognitoIdentityServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, CognitoIdentityServiceException.prototype);
}
}