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
- Struct
- Aws::ElasticBeanstalk::Types::InstanceHealthSummary
- 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
-
#degraded ⇒ Integer
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
-
#info ⇒ Integer
Green. An operation is in progress on an instance.
-
#no_data ⇒ Integer
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
-
#ok ⇒ Integer
Green. An instance is passing health checks and the health agent is not reporting any problems.
-
#pending ⇒ Integer
Grey. An operation is in progress on an instance within the command timeout.
-
#severe ⇒ Integer
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
-
#unknown ⇒ Integer
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
-
#warning ⇒ Integer
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
Instance Attribute Details
#degraded ⇒ Integer
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
#info ⇒ Integer
Green. An operation is in progress on an instance.
#no_data ⇒ Integer
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
#ok ⇒ Integer
Green. An instance is passing health checks and the health agent is not reporting any problems.
#pending ⇒ Integer
Grey. An operation is in progress on an instance within the command timeout.
#severe ⇒ Integer
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
#unknown ⇒ Integer
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
#warning ⇒ Integer
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.