Serializable
, ToCopyableBuilder<OrganizationNotEmptyException.Builder,OrganizationNotEmptyException>
@Generated("software.amazon.awssdk:codegen") public class OrganizationNotEmptyException extends OrganizationsException implements ToCopyableBuilder<OrganizationNotEmptyException.Builder,OrganizationNotEmptyException>
The organization isn't empty. To delete an organization, you must first remove all accounts except the master account, delete all organizational units (OUs), and delete all policies.
Modifier and Type | Class | Description |
---|---|---|
static interface |
OrganizationNotEmptyException.Builder |
AmazonServiceException.ErrorType
Modifier and Type | Method | Description |
---|---|---|
static OrganizationNotEmptyException.Builder |
builder() |
|
static Class<? extends OrganizationNotEmptyException.Builder> |
serializableBuilderClass() |
|
OrganizationNotEmptyException.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 OrganizationNotEmptyException.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<OrganizationNotEmptyException.Builder,OrganizationNotEmptyException>
public static OrganizationNotEmptyException.Builder builder()
public static Class<? extends OrganizationNotEmptyException.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.