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)


2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2316

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)


2316
2317
2318
2319
2320
2321
# File 'gems/aws-sdk-devicefarm/lib/aws-sdk-devicefarm/types.rb', line 2316

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