AWS IoT Device SDK C++ v2
1.44.2
AWS IoT Device SDK C++ v2
Toggle main menu visibility
Loading...
Searching...
No Matches
jobs
include
aws
iotjobs
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
9
#include <
aws/iotjobs/Exports.h
>
10
11
#include <
aws/crt/StlAllocator.h
>
12
#include <
aws/crt/Types.h
>
13
14
namespace
Aws
15
{
16
namespace
Iotjobs
17
{
18
23
enum class
RejectedErrorCode
24
{
28
InvalidTopic
,
29
33
InvalidJson
,
34
38
InvalidRequest
,
39
44
InvalidStateTransition
,
45
49
ResourceNotFound
,
50
55
VersionMismatch
,
56
60
InternalError
,
61
65
RequestThrottled
,
66
70
TerminalStateReached
,
71
72
};
73
74
namespace
RejectedErrorCodeMarshaller
75
{
76
AWS_IOTJOBS_API
const
char
*
ToString
(
RejectedErrorCode
val);
77
AWS_IOTJOBS_API
RejectedErrorCode
FromString
(
const
Aws::Crt::String
&val);
78
}
// namespace RejectedErrorCodeMarshaller
79
}
// namespace Iotjobs
80
}
// namespace Aws
StlAllocator.h
Types.h
Exports.h
AWS_IOTJOBS_API
#define AWS_IOTJOBS_API
Definition
Exports.h:20
Aws::Crt::String
std::basic_string< char, std::char_traits< char >, StlAllocator< char > > String
Definition
Types.h:45
Aws::Iotjobs::RejectedErrorCodeMarshaller
Definition
RejectedErrorCode.h:75
Aws::Iotjobs::RejectedErrorCodeMarshaller::FromString
AWS_IOTJOBS_API RejectedErrorCode FromString(const Aws::Crt::String &val)
Definition
RejectedErrorCode.cpp:58
Aws::Iotjobs::RejectedErrorCodeMarshaller::ToString
AWS_IOTJOBS_API const char * ToString(RejectedErrorCode val)
Definition
RejectedErrorCode.cpp:30
Aws::Iotjobs
Definition
DescribeJobExecutionRequest.h:17
Aws::Iotjobs::RejectedErrorCode
RejectedErrorCode
Definition
RejectedErrorCode.h:24
Aws::Iotjobs::RejectedErrorCode::InvalidStateTransition
@ InvalidStateTransition
Definition
RejectedErrorCode.h:44
Aws::Iotjobs::RejectedErrorCode::VersionMismatch
@ VersionMismatch
Definition
RejectedErrorCode.h:55
Aws::Iotjobs::RejectedErrorCode::InvalidJson
@ InvalidJson
Definition
RejectedErrorCode.h:33
Aws::Iotjobs::RejectedErrorCode::InternalError
@ InternalError
Definition
RejectedErrorCode.h:60
Aws::Iotjobs::RejectedErrorCode::TerminalStateReached
@ TerminalStateReached
Definition
RejectedErrorCode.h:70
Aws::Iotjobs::RejectedErrorCode::ResourceNotFound
@ ResourceNotFound
Definition
RejectedErrorCode.h:49
Aws::Iotjobs::RejectedErrorCode::InvalidRequest
@ InvalidRequest
Definition
RejectedErrorCode.h:38
Aws::Iotjobs::RejectedErrorCode::InvalidTopic
@ InvalidTopic
Definition
RejectedErrorCode.h:28
Aws::Iotjobs::RejectedErrorCode::RequestThrottled
@ RequestThrottled
Definition
RejectedErrorCode.h:65
Aws
Definition
Allocator.h:11
Generated by
1.17.0