AutoScalingPolicyStateChangeReason class
The reason for an AutoScalingPolicyStatus change.
Constructors
- AutoScalingPolicyStateChangeReason({AutoScalingPolicyStateChangeReasonCode? code, String? message})
-
AutoScalingPolicyStateChangeReason.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → AutoScalingPolicyStateChangeReasonCode?
-
The code indicating the reason for the change in
status.
USER_REQUEST
indicates that the scaling policy status was changed by a user.PROVISION_FAILURE
indicates that the status change was because the policy failed to provision.CLEANUP_FAILURE
indicates an error.final - hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
A friendly, more verbose message that accompanies an automatic scaling
policy state change.
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