You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::InstanceHealthSummary

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents summary information about the health of an instance. For more information, see Health Colors and Statuses.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#degradedInteger

Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

Returns:

  • (Integer)

    Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.

#infoInteger

Green. An operation is in progress on an instance.

Returns:

  • (Integer)

    Green. An operation is in progress on an instance.

#no_dataInteger

Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

Returns:

  • (Integer)

    Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.

#okInteger

Green. An instance is passing health checks and the health agent is not reporting any problems.

Returns:

  • (Integer)

    Green. An instance is passing health checks and the health agent is not reporting any problems.

#pendingInteger

Grey. An operation is in progress on an instance within the command timeout.

Returns:

  • (Integer)

    Grey. An operation is in progress on an instance within the command timeout.

#severeInteger

Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

Returns:

  • (Integer)

    Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.

#unknownInteger

Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

Returns:

  • (Integer)

    Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.

#warningInteger

Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.

Returns:

  • (Integer)

    Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.