@aws-amplify/core
Version:
Core category of aws-amplify
16 lines (14 loc) • 888 B
JavaScript
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
var UpdateEndpointException;
(function (UpdateEndpointException) {
UpdateEndpointException["BadRequestException"] = "BadRequestException";
UpdateEndpointException["ForbiddenException"] = "ForbiddenException";
UpdateEndpointException["InternalServerErrorException"] = "InternalServerErrorException";
UpdateEndpointException["MethodNotAllowedException"] = "MethodNotAllowedException";
UpdateEndpointException["NotFoundException"] = "NotFoundException";
UpdateEndpointException["PayloadTooLargeException"] = "PayloadTooLargeException";
UpdateEndpointException["TooManyRequestsException"] = "TooManyRequestsException";
})(UpdateEndpointException || (UpdateEndpointException = {}));
export { UpdateEndpointException };
//# sourceMappingURL=errors.mjs.map