UnprocessedAccount
public struct UnprocessedAccount : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The AWS account identifier of the member account that was not processed.
Declaration
Swift
public let accountId: String? -
The reason that the member account request could not be processed.
Declaration
Swift
public let reason: String? -
Undocumented
Declaration
Swift
public init(accountId: String? = nil, reason: String? = nil)
View on GitHub
UnprocessedAccount Structure Reference