You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SecurityHub::Types::LoadBalancerState
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::LoadBalancerState
- Defined in:
- (unknown)
Overview
Note:
When passing LoadBalancerState as input to an Aws::Client method, you can use a vanilla Hash:
{
code: "NonEmptyString",
reason: "NonEmptyString",
}
Information about the state of the load balancer.
Returned by:
Instance Attribute Summary collapse
-
#code ⇒ String
The state code.
-
#reason ⇒ String
A description of the state.
Instance Attribute Details
#code ⇒ String
The state code. The initial state of the load balancer is provisioning.
After the load balancer is fully set up and ready to route traffic, its state is active.
If the load balancer could not be set up, its state is failed.
#reason ⇒ String
A description of the state.