public class HumanLoopQuotaExceededException extends AmazonServiceException
The number of in-progress human reviews you have has exceeded the number allowed.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
HumanLoopQuotaExceededException(java.lang.String message)
Constructs a new HumanLoopQuotaExceededException with the specified error
message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getQuotaCode()
The quota code.
|
java.lang.String |
getResourceType()
The resource type.
|
java.lang.String |
getServiceCode()
The service code.
|
void |
setQuotaCode(java.lang.String quotaCode)
The quota code.
|
void |
setResourceType(java.lang.String resourceType)
The resource type.
|
void |
setServiceCode(java.lang.String serviceCode)
The service code.
|
getErrorCode, getErrorMessage, getErrorType, getMessage, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setRequestId, setServiceName, setStatusCodeisRetryablepublic HumanLoopQuotaExceededException(java.lang.String message)
message - Describes the error encountered.public java.lang.String getResourceType()
The resource type.
The resource type.
public void setResourceType(java.lang.String resourceType)
The resource type.
resourceType - The resource type.
public java.lang.String getQuotaCode()
The quota code.
The quota code.
public void setQuotaCode(java.lang.String quotaCode)
The quota code.
quotaCode - The quota code.
public java.lang.String getServiceCode()
The service code.
The service code.
public void setServiceCode(java.lang.String serviceCode)
The service code.
serviceCode - The service code.
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.