/** * 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 BucketMetadataErrorCode { NOT_SET, ACCESS_DENIED }; namespace BucketMetadataErrorCodeMapper { AWS_MACIE2_API BucketMetadataErrorCode GetBucketMetadataErrorCodeForName(const Aws::String& name); AWS_MACIE2_API Aws::String GetNameForBucketMetadataErrorCode(BucketMetadataErrorCode value); } // namespace BucketMetadataErrorCodeMapper } // namespace Model } // namespace Macie2 } // namespace Aws