AutoScalingPolicyStateChangeReason

public struct AutoScalingPolicyStateChangeReason : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • 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.

    Declaration

    Swift

    public let code: AutoScalingPolicyStateChangeReasonCode?
  • A friendly, more verbose message that accompanies an automatic scaling policy state change.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

    public init(code: AutoScalingPolicyStateChangeReasonCode? = nil, message: String? = nil)