Class: Aws::SSM::Types::UnsupportedOperatingSystem

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

Overview

The operating systems you specified is not supported, or the operation is not supported for the operating system. Valid operating systems include: Windows, AmazonLinux, RedhatEnterpriseLinux, and Ubuntu.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


15699
15700
15701
15702
# File 'lib/aws-sdk-ssm/types.rb', line 15699

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