Struct aws_sdk_devicefarm::model::IncompatibilityMessage [−][src]
#[non_exhaustive]pub struct IncompatibilityMessage {
pub message: Option<String>,
pub type: Option<DeviceAttribute>,
}Expand description
Represents information about incompatibility.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.message: Option<String>A message about the incompatibility.
type: Option<DeviceAttribute>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
Implementations
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
Creates a new builder-style object to manufacture IncompatibilityMessage
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for IncompatibilityMessage
impl Send for IncompatibilityMessage
impl Sync for IncompatibilityMessage
impl Unpin for IncompatibilityMessage
impl UnwindSafe for IncompatibilityMessage
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more