Class: Aws::DeviceFarm::Types::IncompatibilityMessage

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb

Overview

Represents information about incompatibility.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message about the incompatibility.

Returns:

  • (String)


2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2286

class IncompatibilityMessage < Struct.new(
  :message,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


2286
2287
2288
2289
2290
2291
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2286

class IncompatibilityMessage < Struct.new(
  :message,
  :type)
  SENSITIVE = []
  include Aws::Structure
end