Class UnsupportedPlatformTypeException

All Implemented Interfaces:
Serializable

public class UnsupportedPlatformTypeException extends AmazonServiceException

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

See Also:
  • Constructor Details

    • UnsupportedPlatformTypeException

      public UnsupportedPlatformTypeException(String message)
      Constructs a new UnsupportedPlatformTypeException with the specified error message.
      Parameters:
      message - Describes the error encountered.