UnprocessedAccount

public struct UnprocessedAccount : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The AWS account ID.

    Declaration

    Swift

    public let accountId: String
  • A reason why the account hasn’t been processed.

    Declaration

    Swift

    public let result: String
  • Undocumented

    Declaration

    Swift

    public init(accountId: String, result: String)