AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
RAMErrors.h
1
6#pragma once
7
8#include <aws/core/client/AWSError.h>
9#include <aws/core/client/CoreErrors.h>
10#include <aws/ram/RAM_EXPORTS.h>
11
12namespace Aws
13{
14namespace RAM
15{
16enum class RAMErrors
17{
18 //From Core//
27 MISSING_ACTION = 7, // SDK should never allow
28 MISSING_AUTHENTICATION_TOKEN = 8, // SDK should never allow
29 MISSING_PARAMETER = 9, // SDK should never allow
30 OPT_IN_REQUIRED = 10,
31 REQUEST_EXPIRED = 11,
33 THROTTLING = 13,
34 VALIDATION = 14,
35 ACCESS_DENIED = 15,
39 SLOW_DOWN = 19,
44 REQUEST_TIMEOUT = 24,
46
47 UNKNOWN = 100,
49
50 IDEMPOTENT_PARAMETER_MISMATCH= static_cast<int>(Aws::Client::CoreErrors::SERVICE_EXTENSION_START_RANGE) + 1,
76};
77
78class AWS_RAM_API RAMError : public Aws::Client::AWSError<RAMErrors>
79{
80public:
84 RAMError(const Aws::Client::AWSError<RAMErrors>& rhs) : Aws::Client::AWSError<RAMErrors>(rhs) {}
85 RAMError(Aws::Client::AWSError<RAMErrors>&& rhs) : Aws::Client::AWSError<RAMErrors>(rhs) {}
86
87 template <typename T>
89};
90
91namespace RAMErrorMapper
92{
94}
95
96} // namespace RAM
97} // namespace Aws
RAMError(Aws::Client::AWSError< RAMErrors > &&rhs)
Definition RAMErrors.h:85
RAMError(const Aws::Client::AWSError< Aws::Client::CoreErrors > &rhs)
Definition RAMErrors.h:82
RAMError(Aws::Client::AWSError< Aws::Client::CoreErrors > &&rhs)
Definition RAMErrors.h:83
RAMError(const Aws::Client::AWSError< RAMErrors > &rhs)
Definition RAMErrors.h:84
AWS_RAM_API Aws::Client::AWSError< Aws::Client::CoreErrors > GetErrorForName(const char *errorName)
@ RESOURCE_SHARE_INVITATION_ALREADY_REJECTED
@ RESOURCE_SHARE_INVITATION_ARN_NOT_FOUND
@ RESOURCE_SHARE_INVITATION_ALREADY_ACCEPTED