ListFailuresForLicenseConfigurationOperationsResponse
public struct ListFailuresForLicenseConfigurationOperationsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
License configuration operations that failed.
Declaration
Swift
public let licenseOperationFailureList: [LicenseOperationFailure]?
-
Token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(licenseOperationFailureList: [LicenseOperationFailure]? = nil, nextToken: String? = nil)