Class: Aws::DeviceFarm::Types::IncompatibilityMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DeviceFarm::Types::IncompatibilityMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devicefarm/types.rb
Overview
Represents information about incompatibility.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message about the incompatibility.
-
#type ⇒ String
The type of incompatibility.
Instance Attribute Details
#message ⇒ String
A message about the incompatibility.
2283 2284 2285 2286 2287 2288 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2283 class IncompatibilityMessage < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ 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
2283 2284 2285 2286 2287 2288 |
# File 'lib/aws-sdk-devicefarm/types.rb', line 2283 class IncompatibilityMessage < Struct.new( :message, :type) SENSITIVE = [] include Aws::Structure end |