DeleteMembersResponse

public struct DeleteMembersResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The list of AWS account identifiers for the member accounts that Detective successfully deleted from the behavior graph.

    Declaration

    Swift

    public let accountIds: [String]?
  • The list of member accounts that Detective was not able to delete from the behavior graph. For each member account, provides the reason that the deletion could not be processed.

    Declaration

    Swift

    public let unprocessedAccounts: [UnprocessedAccount]?
  • Undocumented

    Declaration

    Swift

    public init(accountIds: [String]? = nil, unprocessedAccounts: [UnprocessedAccount]? = nil)