Struct rusoto_devicefarm::IncompatibilityMessage [] [src]

pub struct IncompatibilityMessage {
    pub message: Option<String>,
    pub type_: Option<String>,
}

Represents information about incompatibility.

Fields

A message about the incompatibility.

The type of incompatibility.

Allowed values include:

  • ARN: The ARN.

  • FORM_FACTOR: The form factor (for example, phone or tablet).

  • MANUFACTURER: The manufacturer.

  • PLATFORM: The platform (for example, Android or iOS).

  • REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access.

  • APPIUM_VERSION: The Appium version for the test.

Trait Implementations

impl Default for IncompatibilityMessage
[src]

Returns the "default value" for a type. Read more

impl Debug for IncompatibilityMessage
[src]

Formats the value using the given formatter.

impl Clone for IncompatibilityMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more