AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes 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.

Inheritance Hierarchy

System.Object
  Amazon.ApplicationAutoScaling.Model.NotScaledReason

Namespace: Amazon.ApplicationAutoScaling.Model
Assembly: AWSSDK.ApplicationAutoScaling.dll
Version: 3.x.y.z

Syntax

C#
public class NotScaledReason

The NotScaledReason type exposes the following members

Constructors

NameDescription
Public Method NotScaledReason()

Properties

NameTypeDescription
Public Property Code System.String

Gets and sets the property Code.

A code that represents the reason for not scaling.

Valid values:

  • AutoScalingAnticipatedFlapping

  • TargetServicePutResourceAsUnscalable

  • AlreadyAtMaxCapacity

  • AlreadyAtMinCapacity

  • AlreadyAtDesiredCapacity

Public Property CurrentCapacity System.Int32

Gets and sets the property CurrentCapacity.

The current capacity.

Public Property MaxCapacity System.Int32

Gets and sets the property MaxCapacity.

The maximum capacity.

Public Property MinCapacity System.Int32

Gets and sets the property MinCapacity.

The minimum capacity.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5