AWS SDK for C++
AWS SDK for C++ Version 1.11.743
Main Page
Related Pages
Namespaces
Classes
Modules
Search
Loading...
Searching...
No Matches
generated
src
aws-cpp-sdk-resource-groups
include
aws
resource-groups
model
QueryErrorCode.h
1
6
#pragma once
7
#include <aws/core/utils/memory/stl/AWSString.h>
8
#include <aws/resource-groups/ResourceGroups_EXPORTS.h>
9
10
namespace
Aws
{
11
namespace
ResourceGroups {
12
namespace
Model {
13
enum class
QueryErrorCode
{
14
NOT_SET
,
15
CLOUDFORMATION_STACK_INACTIVE
,
16
CLOUDFORMATION_STACK_NOT_EXISTING
,
17
CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
,
18
RESOURCE_TYPE_NOT_SUPPORTED
19
};
20
21
namespace
QueryErrorCodeMapper {
22
AWS_RESOURCEGROUPS_API
QueryErrorCode
GetQueryErrorCodeForName
(
const
Aws::String
& name);
23
24
AWS_RESOURCEGROUPS_API
Aws::String
GetNameForQueryErrorCode
(
QueryErrorCode
value);
25
}
// namespace QueryErrorCodeMapper
26
}
// namespace Model
27
}
// namespace ResourceGroups
28
}
// namespace Aws
Aws::ResourceGroups::Model::QueryErrorCodeMapper::GetQueryErrorCodeForName
AWS_RESOURCEGROUPS_API QueryErrorCode GetQueryErrorCodeForName(const Aws::String &name)
Aws::ResourceGroups::Model::QueryErrorCodeMapper::GetNameForQueryErrorCode
AWS_RESOURCEGROUPS_API Aws::String GetNameForQueryErrorCode(QueryErrorCode value)
Aws::ResourceGroups::Model::GroupConfigurationStatus::NOT_SET
@ NOT_SET
Aws::ResourceGroups::Model::QueryErrorCode
QueryErrorCode
Definition
QueryErrorCode.h:13
Aws::ResourceGroups::Model::QueryErrorCode::RESOURCE_TYPE_NOT_SUPPORTED
@ RESOURCE_TYPE_NOT_SUPPORTED
Aws::ResourceGroups::Model::QueryErrorCode::CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
@ CLOUDFORMATION_STACK_UNASSUMABLE_ROLE
Aws::ResourceGroups::Model::QueryErrorCode::CLOUDFORMATION_STACK_NOT_EXISTING
@ CLOUDFORMATION_STACK_NOT_EXISTING
Aws::ResourceGroups::Model::QueryErrorCode::CLOUDFORMATION_STACK_INACTIVE
@ CLOUDFORMATION_STACK_INACTIVE
Aws
Aws::String
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Generated by
1.9.8
Privacy |
Site terms |
Cookie preferences