UNPKG

@aws-sdk/client-cognito-identity-provider

Version:

AWS SDK for JavaScript Cognito Identity Provider Client for Node.js, Browser and React Native

15 lines (14 loc) 497 B
import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client"; export type { __ServiceExceptionOptions }; export { __ServiceException }; /** * @public * * Base exception class for all service exceptions from CognitoIdentityProvider service. */ export declare class CognitoIdentityProviderServiceException extends __ServiceException { /** * @internal */ constructor(options: __ServiceExceptionOptions); }