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: String?
  • A description of the state.

    Declaration

    Swift

    public let reason: String?
  • Undocumented

    Declaration

    Swift

    public init(code: String? = nil, reason: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws