Class: Aws::SSM::Types::UnsupportedFeatureRequiredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UnsupportedFeatureRequiredException
- 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
#message ⇒ String
18385 18386 18387 18388 18389 |
# File 'lib/aws-sdk-ssm/types.rb', line 18385 class UnsupportedFeatureRequiredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |