/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace OpenSearchService { namespace Model { enum class VpcEndpointErrorCode { NOT_SET, ENDPOINT_NOT_FOUND, SERVER_ERROR }; namespace VpcEndpointErrorCodeMapper { AWS_OPENSEARCHSERVICE_API VpcEndpointErrorCode GetVpcEndpointErrorCodeForName(const Aws::String& name); AWS_OPENSEARCHSERVICE_API Aws::String GetNameForVpcEndpointErrorCode(VpcEndpointErrorCode value); } // namespace VpcEndpointErrorCodeMapper } // namespace Model } // namespace OpenSearchService } // namespace Aws