CloudComponentStatus class
Contains the status of a component in the AWS IoT Greengrass service.
Constructors
-
CloudComponentStatus({CloudComponentState? componentState, Map<
String, String> ? errors, String? message}) -
CloudComponentStatus.fromJson(Map<
String, dynamic> json) -
factory
Properties
- componentState → CloudComponentState?
-
The state of the component.
final
-
errors
→ Map<
String, String> ? -
A dictionary of errors that communicate why the component is in an error
state. For example, if AWS 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.final - hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
A message that communicates details, such as errors, about the status of the
component.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited