CancelStepsInfo class
Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.
Constructors
- CancelStepsInfo({String? reason, CancelStepsRequestStatus? status, String? stepId})
-
CancelStepsInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- reason → String?
-
The reason for the failure if the CancelSteps request fails.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → CancelStepsRequestStatus?
-
The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.
final
- stepId → String?
-
The encrypted StepId of a step.
final
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