CommandExecutionResult - Amazon IoT
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

CommandExecutionResult

The result value of the command execution. The device can use the result field to share additional details about the execution such as a return value of a remote function call.

Note

This field is not applicable if you use the AWS-IoT-FleetWise namespace.

Contents

B

An attribute of type Boolean. For example:

"BOOL": true

Type: Boolean

Required: No

BIN

An attribute of type Binary.

Type: Base64-encoded binary data object

Length Constraints: Minimum length of 1.

Required: No

S

An attribute of type String. For example:

"S": "Hello"

Type: String

Length Constraints: Minimum length of 1.

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: