Class DocumentPermissionLimitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.AmazonServiceException
com.amazonaws.services.simplesystemsmanagement.model.DocumentPermissionLimitException
- All Implemented Interfaces:
Serializable
The document cannot be shared with more AWS user accounts. You can share a document with a maximum of 20 accounts. You can publicly share up to five documents. If you need to increase this limit, contact AWS Support.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AmazonServiceException
AmazonServiceException.ErrorType -
Constructor Summary
ConstructorsConstructorDescriptionDocumentPermissionLimitException(String message) Constructs a new DocumentPermissionLimitException with the specified error message. -
Method Summary
Methods inherited from class AmazonServiceException
getErrorCode, getErrorMessage, getErrorType, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeMethods inherited from class AmazonClientException
isRetryableMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DocumentPermissionLimitException
Constructs a new DocumentPermissionLimitException with the specified error message.- Parameters:
message- Describes the error encountered.
-