AWS IoT Device SDK C++ v2 1.44.2
AWS IoT Device SDK C++ v2
Loading...
Searching...
No Matches
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
73
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:45
Definition RejectedErrorCode.h:75
AWS_IOTJOBS_API RejectedErrorCode FromString(const Aws::Crt::String &val)
Definition RejectedErrorCode.cpp:58
AWS_IOTJOBS_API const char * ToString(RejectedErrorCode val)
Definition RejectedErrorCode.cpp:30
Definition DescribeJobExecutionRequest.h:17
RejectedErrorCode
Definition RejectedErrorCode.h:24
@ InvalidStateTransition
Definition RejectedErrorCode.h:44
@ VersionMismatch
Definition RejectedErrorCode.h:55
@ InvalidJson
Definition RejectedErrorCode.h:33
@ InternalError
Definition RejectedErrorCode.h:60
@ TerminalStateReached
Definition RejectedErrorCode.h:70
@ ResourceNotFound
Definition RejectedErrorCode.h:49
@ InvalidRequest
Definition RejectedErrorCode.h:38
@ InvalidTopic
Definition RejectedErrorCode.h:28
@ RequestThrottled
Definition RejectedErrorCode.h:65
Definition Allocator.h:11