UNPKG

@aws-amplify/data-construct

Version:

AppSync GraphQL Api Construct using Amplify GraphQL Transformer - Aliased to use `Data` name scheme.

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