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

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

Overview

Microsoft application patching is only available on EC2 instances and Advanced Instances. To patch Microsoft applications on on-premises servers and VMs, you must enable Advanced Instances. For more information, see [Using the Advanced-Instances Tier] in the *AWS Systems Manager User Guide*.

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


15653
15654
15655
15656
# File 'lib/aws-sdk-ssm/types.rb', line 15653

class UnsupportedFeatureRequiredException < Struct.new(
  :message)
  include Aws::Structure
end