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 isn’t supported, or the operation isn’t supported for the operating system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


18009
18010
18011
18012
18013
# File 'lib/aws-sdk-ssm/types.rb', line 18009

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