Class: Aws::SSM::Types::UnsupportedPlatformType

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

Overview

The document does not support the platform type of the given instance ID(s). For example, you sent an document for a Windows instance to a Linux instance.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


15725
15726
15727
15728
# File 'lib/aws-sdk-ssm/types.rb', line 15725

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