@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ConflictException extends AmazonChimeSDKMeetingsException
Multiple instances of the same request have been made simultaneously.
AmazonServiceException.ErrorType
Constructor and Description |
---|
ConflictException(String message)
Constructs a new ConflictException with the specified error message.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getRequestId()
The ID of the request involved in the conflict.
|
void |
setCode(String code) |
void |
setRequestId(String requestId)
The ID of the request involved in the conflict.
|
ConflictException |
withCode(String code) |
ConflictException |
withRequestId(String requestId)
The ID of the request involved in the conflict.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConflictException(String message)
message
- Describes the error encountered.public void setCode(String code)
code
- public String getCode()
public ConflictException withCode(String code)
code
- public void setRequestId(String requestId)
The ID of the request involved in the conflict.
setRequestId
in class AmazonServiceException
requestId
- The ID of the request involved in the conflict.public String getRequestId()
The ID of the request involved in the conflict.
getRequestId
in class AmazonServiceException
public ConflictException withRequestId(String requestId)
The ID of the request involved in the conflict.
requestId
- The ID of the request involved in the conflict.