AWS IoT Device SDK C++ v2 1.44.1
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 Iotcommands
17 {
18
75
77 {
80 } // namespace RejectedErrorCodeMarshaller
81 } // namespace Iotcommands
82} // namespace Aws
#define AWS_IOTCOMMANDS_API
Definition Exports.h:20
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition Types.h:45
Definition RejectedErrorCode.h:77
AWS_IOTCOMMANDS_API RejectedErrorCode FromString(const Aws::Crt::String &val)
Definition RejectedErrorCode.cpp:58
AWS_IOTCOMMANDS_API const char * ToString(RejectedErrorCode val)
Definition RejectedErrorCode.cpp:30
Definition CommandExecutionEvent.h:17
RejectedErrorCode
Definition RejectedErrorCode.h:24
@ InvalidStateTransition
Definition RejectedErrorCode.h:45
@ VersionMismatch
Definition RejectedErrorCode.h:57
@ InvalidJson
Definition RejectedErrorCode.h:33
@ InternalError
Definition RejectedErrorCode.h:62
@ TerminalStateReached
Definition RejectedErrorCode.h:72
@ ResourceNotFound
Definition RejectedErrorCode.h:50
@ InvalidRequest
Definition RejectedErrorCode.h:38
@ InvalidTopic
Definition RejectedErrorCode.h:28
@ RequestThrottled
Definition RejectedErrorCode.h:67
Definition Allocator.h:11