@aws-amplify/graphql-api-construct
Version:
AppSync GraphQL Api Construct using Amplify GraphQL Transformer.
9 lines (8 loc) • 323 B
JavaScript
import { ServiceException as __ServiceException, } from "@smithy/smithy-client";
export { __ServiceException };
export class BedrockRuntimeServiceException extends __ServiceException {
constructor(options) {
super(options);
Object.setPrototypeOf(this, BedrockRuntimeServiceException.prototype);
}
}