/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace AccessAnalyzer { namespace Model { enum class JobErrorCode { NOT_SET, AUTHORIZATION_ERROR, RESOURCE_NOT_FOUND_ERROR, SERVICE_QUOTA_EXCEEDED_ERROR, SERVICE_ERROR }; namespace JobErrorCodeMapper { AWS_ACCESSANALYZER_API JobErrorCode GetJobErrorCodeForName(const Aws::String& name); AWS_ACCESSANALYZER_API Aws::String GetNameForJobErrorCode(JobErrorCode value); } // namespace JobErrorCodeMapper } // namespace Model } // namespace AccessAnalyzer } // namespace Aws