Result

public struct Result : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An AWS account ID of the account that was not processed.

    Declaration

    Swift

    public let accountId: String?
  • The reason that the account was not processed.

    Declaration

    Swift

    public let processingResult: String?
  • Undocumented

    Declaration

    Swift

    public init(accountId: String? = nil, processingResult: String? = nil)