@Generated(value="software.amazon.awssdk:codegen") public final class TargetNotConnectedException extends SsmException implements ToCopyableBuilder<TargetNotConnectedException.Builder,TargetNotConnectedException>
The specified target instance for the session is not fully configured for use with Session Manager. For more information, see Getting started with Session Manager in the AWS Systems Manager User Guide. This error is also returned if you attempt to start a session on an instance that is located in a different account or Region
Modifier and Type | Class and Description |
---|---|
static interface |
TargetNotConnectedException.Builder |
Modifier and Type | Method and Description |
---|---|
static TargetNotConnectedException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TargetNotConnectedException.Builder> |
serializableBuilderClass() |
TargetNotConnectedException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException . |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingException
extendedRequestId, requestId, statusCode
create, retryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
copy
equalsBySdkFields
public TargetNotConnectedException.Builder toBuilder()
AwsServiceException
AwsServiceException.Builder
initialized with the properties of this AwsServiceException
.toBuilder
in interface ToCopyableBuilder<TargetNotConnectedException.Builder,TargetNotConnectedException>
toBuilder
in class SsmException
public static TargetNotConnectedException.Builder builder()
public static Class<? extends TargetNotConnectedException.Builder> serializableBuilderClass()
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.