Class: Aws::Types::IncompatibilityMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def message
  @message
end

#type"ARN", ...

Returns the value of attribute type.

Returns:

  • ("ARN", "PLATFORM", "FORM_FACTOR", "MANUFACTURER", "REMOTE_ACCESS_ENABLED", "REMOTE_DEBUG_ENABLED", "APPIUM_VERSION", "INSTANCE_ARN", "INSTANCE_LABELS", "FLEET_TYPE", "OS_VERSION", "MODEL", "AVAILABILITY")


572
573
574
# File 'sig/types.rbs', line 572

def type
  @type
end