Class: Aws::SSM::Types::UnsupportedOperatingSystem
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UnsupportedOperatingSystem
- 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
#message ⇒ String
18433 18434 18435 18436 18437 |
# File 'lib/aws-sdk-ssm/types.rb', line 18433 class UnsupportedOperatingSystem < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |