/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include namespace Aws { namespace Client { class AWS_PINPOINTSMSVOICEV2_API PinpointSMSVoiceV2ErrorMarshaller : public Aws::Client::JsonErrorMarshaller { public: Aws::Client::AWSError FindErrorByName(const char* exceptionName) const override; }; } // namespace Client } // namespace Aws