BatchDeleteWorldsResponse

public struct BatchDeleteWorldsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of unprocessed worlds associated with the call. These worlds were not deleted.

    Declaration

    Swift

    public let unprocessedWorlds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(unprocessedWorlds: [String]? = nil)