Serializable
, ToCopyableBuilder<RegionDisabledException.Builder,RegionDisabledException>
@Generated("software.amazon.awssdk:codegen") public class RegionDisabledException extends STSException implements ToCopyableBuilder<RegionDisabledException.Builder,RegionDisabledException>
STS is not activated in the requested region for the account that is being asked to generate credentials. The account administrator must use the IAM console to activate STS in that region. For more information, see Activating and Deactivating AWS STS in an AWS Region in the IAM User Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
RegionDisabledException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static RegionDisabledException.Builder |
builder() |
|
static Class<? extends RegionDisabledException.Builder> |
serializableBuilderClass() |
|
RegionDisabledException.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
isRetryable
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public RegionDisabledException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RegionDisabledException.Builder,RegionDisabledException>
public static RegionDisabledException.Builder builder()
public static Class<? extends RegionDisabledException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.