@Generated(value="software.amazon.awssdk:codegen") public final class UnsupportedOperatingSystemException extends SsmException implements ToCopyableBuilder<UnsupportedOperatingSystemException.Builder,UnsupportedOperatingSystemException>
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.
Modifier and Type | Class and Description |
---|---|
static interface |
UnsupportedOperatingSystemException.Builder |
Modifier and Type | Method and Description |
---|---|
static UnsupportedOperatingSystemException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnsupportedOperatingSystemException.Builder> |
serializableBuilderClass() |
UnsupportedOperatingSystemException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public UnsupportedOperatingSystemException.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<UnsupportedOperatingSystemException.Builder,UnsupportedOperatingSystemException>
toBuilder
in class SsmException
public static UnsupportedOperatingSystemException.Builder builder()
public static Class<? extends UnsupportedOperatingSystemException.Builder> serializableBuilderClass()
Copyright © 2020. All rights reserved.