Class: Aws::SSM::Types::UnsupportedFeatureRequiredException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Patching for applications released by Microsoft is only available on EC2 instances and advanced instances. To patch applications released by Microsoft on on-premises servers and VMs, you must enable advanced instances. For more information, see [Turning on the advanced-instances tier] in the *Amazon Web Services Systems Manager User Guide*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


18237
18238
18239
18240
18241
# File 'lib/aws-sdk-ssm/types.rb', line 18237

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