AWS IoT Device SDK C++ v2 1.14.0
AWS IoT Device SDK C++ v2
RejectedErrorCode.h
Go to the documentation of this file.
1#pragma once
2
3/* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4 * SPDX-License-Identifier: Apache-2.0.
5 *
6 * This file is generated
7 */
8
10
12#include <aws/crt/Types.h>
13
14namespace Aws
15{
16 namespace Iotjobs
17 {
18
24 {
29
34
39
45
50
56
61
66
71
72 };
73
74 namespace RejectedErrorCodeMarshaller
75 {
78 } // namespace RejectedErrorCodeMarshaller
79 } // namespace Iotjobs
80} // namespace Aws
#define AWS_IOTJOBS_API
Definition: Exports.h:20
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition: Types.h:47
RejectedErrorCode AWS_IOTJOBS_API FromString(const Aws::Crt::String &val)
Definition: RejectedErrorCode.cpp:58
const char *AWS_IOTJOBS_API ToString(RejectedErrorCode val)
Definition: RejectedErrorCode.cpp:30
RejectedErrorCode
Definition: RejectedErrorCode.h:24
Definition: Api.h:17