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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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