AWS SDK for C++
1.9.1
AWS SDK for C++
|
#include <KMSDisabledException.h>
Public Member Functions | |
KMSDisabledException () | |
KMSDisabledException (Aws::Utils::Json::JsonView jsonValue) | |
KMSDisabledException & | operator= (Aws::Utils::Json::JsonView jsonValue) |
Aws::Utils::Json::JsonValue | Jsonize () const |
const Aws::String & | GetType () const |
bool | TypeHasBeenSet () const |
void | SetType (const Aws::String &value) |
void | SetType (Aws::String &&value) |
void | SetType (const char *value) |
KMSDisabledException & | WithType (const Aws::String &value) |
KMSDisabledException & | WithType (Aws::String &&value) |
KMSDisabledException & | WithType (const char *value) |
const Aws::String & | GetMessage () const |
bool | MessageHasBeenSet () const |
void | SetMessage (const Aws::String &value) |
void | SetMessage (Aws::String &&value) |
void | SetMessage (const char *value) |
KMSDisabledException & | WithMessage (const Aws::String &value) |
KMSDisabledException & | WithMessage (Aws::String &&value) |
KMSDisabledException & | WithMessage (const char *value) |
Lambda was unable to decrypt the environment variables because the KMS key used is disabled. Check the Lambda function's KMS key settings.
Definition at line 33 of file KMSDisabledException.h.
Aws::Lambda::Model::KMSDisabledException::KMSDisabledException | ( | ) |
Aws::Lambda::Model::KMSDisabledException::KMSDisabledException | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
Definition at line 68 of file KMSDisabledException.h.
|
inline |
Definition at line 43 of file KMSDisabledException.h.
Aws::Utils::Json::JsonValue Aws::Lambda::Model::KMSDisabledException::Jsonize | ( | ) | const |
|
inline |
Definition at line 71 of file KMSDisabledException.h.
KMSDisabledException& Aws::Lambda::Model::KMSDisabledException::operator= | ( | Aws::Utils::Json::JsonView | jsonValue | ) |
|
inline |
Definition at line 77 of file KMSDisabledException.h.
|
inline |
Definition at line 74 of file KMSDisabledException.h.
|
inline |
Definition at line 80 of file KMSDisabledException.h.
|
inline |
Definition at line 52 of file KMSDisabledException.h.
|
inline |
Definition at line 49 of file KMSDisabledException.h.
|
inline |
Definition at line 55 of file KMSDisabledException.h.
|
inline |
Definition at line 46 of file KMSDisabledException.h.
|
inline |
Definition at line 86 of file KMSDisabledException.h.
|
inline |
Definition at line 83 of file KMSDisabledException.h.
|
inline |
Definition at line 89 of file KMSDisabledException.h.
|
inline |
Definition at line 61 of file KMSDisabledException.h.
|
inline |
Definition at line 58 of file KMSDisabledException.h.
|
inline |
Definition at line 64 of file KMSDisabledException.h.