/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Macie2 { namespace Model { enum class LastRunErrorStatusCode { NOT_SET, NONE, ERROR_ }; namespace LastRunErrorStatusCodeMapper { AWS_MACIE2_API LastRunErrorStatusCode GetLastRunErrorStatusCodeForName(const Aws::String& name); AWS_MACIE2_API Aws::String GetNameForLastRunErrorStatusCode(LastRunErrorStatusCode value); } // namespace LastRunErrorStatusCodeMapper } // namespace Model } // namespace Macie2 } // namespace Aws