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
show all
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

Instance Attribute Details

#codeString

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.

Returns:

  • (String)

    The state code.

#reasonString

A description of the state.

Returns:

  • (String)

    A description of the state.