@Generated(value="software.amazon.awssdk:codegen") public final class DocumentPermissionLimitException extends SsmException implements ToCopyableBuilder<DocumentPermissionLimitException.Builder,DocumentPermissionLimitException>
The document can't be shared with more Amazon Web Services accounts. You can specify a maximum of 20 accounts per API operation to share a private document.
By default, you can share a private document with a maximum of 1,000 accounts and publicly share up to five documents.
If you need to increase the quota for privately or publicly shared Systems Manager documents, contact Amazon Web Services Support.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DocumentPermissionLimitException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DocumentPermissionLimitException.Builder |
builder() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DocumentPermissionLimitException.Builder> |
serializableBuilderClass() |
DocumentPermissionLimitException.Builder |
toBuilder() |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionextendedRequestId, requestId, statusCodecreate, retryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopyequalsBySdkFieldspublic DocumentPermissionLimitException.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DocumentPermissionLimitException.Builder,DocumentPermissionLimitException>toBuilder in class SsmExceptionpublic static DocumentPermissionLimitException.Builder builder()
public static Class<? extends DocumentPermissionLimitException.Builder> serializableBuilderClass()
Copyright © 2023. All rights reserved.