|
AWS IoT Device SDK C++ v2
1.43.1
AWS IoT Device SDK C++ v2
|
#include <StatusReason.h>
Public Member Functions | |
| StatusReason ()=default | |
| StatusReason (const Crt::JsonView &doc) | |
| StatusReason & | operator= (const Crt::JsonView &doc) |
| void | SerializeToObject (Crt::JsonObject &doc) const |
Public Attributes | |
| Aws::Crt::Optional< Aws::Crt::String > | ReasonCode |
| Aws::Crt::Optional< Aws::Crt::String > | ReasonDescription |
Additional information on provided update.
|
default |
| Aws::Iotcommands::StatusReason::StatusReason | ( | const Crt::JsonView & | doc | ) |
| StatusReason & Aws::Iotcommands::StatusReason::operator= | ( | const Crt::JsonView & | doc | ) |
| void Aws::Iotcommands::StatusReason::SerializeToObject | ( | Crt::JsonObject & | doc | ) | const |
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotcommands::StatusReason::ReasonCode |
Reason code in the [A-Z0-9_-]+ format and not exceeding 64 characters in length.
| Aws::Crt::Optional<Aws::Crt::String> Aws::Iotcommands::StatusReason::ReasonDescription |
Detailed description of the reason.