class Aws::GreengrassV2::Types::CloudComponentStatus

Contains the status of a component in the IoT Greengrass service.

@!attribute [rw] component_state

The state of the component.
@return [String]

@!attribute [rw] message

A message that communicates details, such as errors, about the
status of the component.
@return [String]

@!attribute [rw] errors

A dictionary of errors that communicate why the component is in an
error state. For example, if IoT Greengrass can't access an
artifact for the component, then `errors` contains the artifact's
URI as a key, and the error message as the value for that key.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/CloudComponentStatus AWS API Documentation

Constants

SENSITIVE