Values.NotScaledReasonSourceDescribes the reason for an activity that isn't scaled (not scaled activity), in machine-readable format. For help interpreting the not scaled reason details, see Scaling activities for Application Auto Scaling in the Application Auto Scaling User Guide.
type nonrec t = {code : XmlString.t option;A code that represents the reason for not scaling. Valid values: AutoScalingAnticipatedFlapping TargetServicePutResourceAsUnscalable AlreadyAtMaxCapacity AlreadyAtMinCapacity AlreadyAtDesiredCapacity
*)maxCapacity : ResourceCapacity.t option;The maximum capacity.
*)minCapacity : ResourceCapacity.t option;The minimum capacity.
*)currentCapacity : ResourceCapacity.t option;The current capacity.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of ResourceCapacity.t | `String of XmlString.t ])
list ]