LoadBalancerState
public struct LoadBalancerState : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let code: LoadBalancerStateEnum?
-
A description of the state.
Declaration
Swift
public let reason: String?
-
Undocumented
Declaration
Swift
public init(code: LoadBalancerStateEnum? = nil, reason: String? = nil)