@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopQuotaExceededException extends AmazonTextractException
Indicates you have exceeded the maximum number of active human in the loop workflows available
AmazonServiceException.ErrorType
Constructor and Description |
---|
HumanLoopQuotaExceededException(String message)
Constructs a new HumanLoopQuotaExceededException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getQuotaCode()
The quota code.
|
String |
getResourceType()
The resource type.
|
String |
getServiceCode()
The service code.
|
void |
setQuotaCode(String quotaCode)
The quota code.
|
void |
setResourceType(String resourceType)
The resource type.
|
void |
setServiceCode(String serviceCode)
The service code.
|
HumanLoopQuotaExceededException |
withQuotaCode(String quotaCode)
The quota code.
|
HumanLoopQuotaExceededException |
withResourceType(String resourceType)
The resource type.
|
HumanLoopQuotaExceededException |
withServiceCode(String serviceCode)
The service code.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public HumanLoopQuotaExceededException(String message)
message
- Describes the error encountered.public void setResourceType(String resourceType)
The resource type.
resourceType
- The resource type.public String getResourceType()
The resource type.
public HumanLoopQuotaExceededException withResourceType(String resourceType)
The resource type.
resourceType
- The resource type.public void setQuotaCode(String quotaCode)
The quota code.
quotaCode
- The quota code.public String getQuotaCode()
The quota code.
public HumanLoopQuotaExceededException withQuotaCode(String quotaCode)
The quota code.
quotaCode
- The quota code.public void setServiceCode(String serviceCode)
The service code.
serviceCode
- The service code.public String getServiceCode()
The service code.
public HumanLoopQuotaExceededException withServiceCode(String serviceCode)
The service code.
serviceCode
- The service code.