IncompatibilityMessage
public struct IncompatibilityMessage : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A message about the incompatibility.
Declaration
Swift
public let message: String?
-
The type of incompatibility. Allowed values include: ARN FORM_FACTOR (for example, phone or tablet) MANUFACTURER PLATFORM (for example, Android or iOS) REMOTE_ACCESS_ENABLED APPIUM_VERSION
Declaration
Swift
public let type: DeviceAttribute?
-
Undocumented
Declaration
Swift
public init(message: String? = nil, type: DeviceAttribute? = nil)