@Generated(value="software.amazon.awssdk:codegen") public final class DataViewErrorInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataViewErrorInfo.Builder,DataViewErrorInfo>
The structure with error messages.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataViewErrorInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataViewErrorInfo.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorCategory |
errorCategory()
The category of the error.
|
String |
errorCategoryAsString()
The category of the error.
|
String |
errorMessage()
The text of the error message.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataViewErrorInfo.Builder> |
serializableBuilderClass() |
DataViewErrorInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String errorMessage()
The text of the error message.
public final 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.
If the service returns an enum value that is not available in the current SDK version, errorCategory
will return ErrorCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCategoryAsString().
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.
ErrorCategorypublic final String errorCategoryAsString()
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.
If the service returns an enum value that is not available in the current SDK version, errorCategory
will return ErrorCategory.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
errorCategoryAsString().
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.
ErrorCategorypublic DataViewErrorInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataViewErrorInfo.Builder,DataViewErrorInfo>public static DataViewErrorInfo.Builder builder()
public static Class<? extends DataViewErrorInfo.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.