public static interface ChangesetErrorInfo.Builder extends SdkPojo, CopyableBuilder<ChangesetErrorInfo.Builder,ChangesetErrorInfo>
| Modifier and Type | Method and Description |
|---|---|
ChangesetErrorInfo.Builder |
errorCategory(ErrorCategory errorCategory)
The category of the error.
|
ChangesetErrorInfo.Builder |
errorCategory(String errorCategory)
The category of the error.
|
ChangesetErrorInfo.Builder |
errorMessage(String errorMessage)
The text of the error message.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildChangesetErrorInfo.Builder errorMessage(String errorMessage)
The text of the error message.
errorMessage - The text of the error message.ChangesetErrorInfo.Builder errorCategory(String errorCategory)
The category of the error.
VALIDATION – The inputs to this request are invalid.
SERVICE_QUOTA_EXCEEDED – Service quotas have been exceeded. Please contact AWS support to
increase quotas.
ACCESS_DENIED – Missing required permission to perform this request.
RESOURCE_NOT_FOUND – One or more inputs to this request were not found.
THROTTLING – The system temporarily lacks sufficient resources to process the request.
INTERNAL_SERVICE_EXCEPTION – An internal service error has occurred.
CANCELLED – Cancelled.
USER_RECOVERABLE – A user recoverable error has occurred.
errorCategory - The category of the error.
VALIDATION – The inputs to this request are invalid.
SERVICE_QUOTA_EXCEEDED – Service quotas have been exceeded. Please contact AWS support to
increase quotas.
ACCESS_DENIED – Missing required permission to perform this request.
RESOURCE_NOT_FOUND – One or more inputs to this request were not found.
THROTTLING – The system temporarily lacks sufficient resources to process the request.
INTERNAL_SERVICE_EXCEPTION – An internal service error has occurred.
CANCELLED – Cancelled.
USER_RECOVERABLE – A user recoverable error has occurred.
ErrorCategory,
ErrorCategoryChangesetErrorInfo.Builder errorCategory(ErrorCategory errorCategory)
The category of the error.
VALIDATION – The inputs to this request are invalid.
SERVICE_QUOTA_EXCEEDED – Service quotas have been exceeded. Please contact AWS support to
increase quotas.
ACCESS_DENIED – Missing required permission to perform this request.
RESOURCE_NOT_FOUND – One or more inputs to this request were not found.
THROTTLING – The system temporarily lacks sufficient resources to process the request.
INTERNAL_SERVICE_EXCEPTION – An internal service error has occurred.
CANCELLED – Cancelled.
USER_RECOVERABLE – A user recoverable error has occurred.
errorCategory - The category of the error.
VALIDATION – The inputs to this request are invalid.
SERVICE_QUOTA_EXCEEDED – Service quotas have been exceeded. Please contact AWS support to
increase quotas.
ACCESS_DENIED – Missing required permission to perform this request.
RESOURCE_NOT_FOUND – One or more inputs to this request were not found.
THROTTLING – The system temporarily lacks sufficient resources to process the request.
INTERNAL_SERVICE_EXCEPTION – An internal service error has occurred.
CANCELLED – Cancelled.
USER_RECOVERABLE – A user recoverable error has occurred.
ErrorCategory,
ErrorCategoryCopyright © 2022. All rights reserved.