StatusReason class
Provides more details about the current status of the analyzer. For example,
if the creation for the analyzer fails, a Failed
status is
displayed. For an analyzer with organization as the type, this failure can
be due to an issue with creating the service-linked roles required in the
member accounts of the AWS organization.
Constructors
- StatusReason({required ReasonCode code})
-
StatusReason.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → ReasonCode
-
The reason code for the current status of the analyzer.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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