@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() |
String |
getResourceType() |
String |
getServiceCode() |
void |
setQuotaCode(String quotaCode) |
void |
setResourceType(String resourceType) |
void |
setServiceCode(String serviceCode) |
HumanLoopQuotaExceededException |
withQuotaCode(String quotaCode) |
HumanLoopQuotaExceededException |
withResourceType(String resourceType) |
HumanLoopQuotaExceededException |
withServiceCode(String serviceCode) |
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, 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)
resourceType
- public String getResourceType()
public HumanLoopQuotaExceededException withResourceType(String resourceType)
resourceType
- public void setQuotaCode(String quotaCode)
quotaCode
- public String getQuotaCode()
public HumanLoopQuotaExceededException withQuotaCode(String quotaCode)
quotaCode
- public void setServiceCode(String serviceCode)
serviceCode
- public String getServiceCode()
public HumanLoopQuotaExceededException withServiceCode(String serviceCode)
serviceCode
- Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.