Class VectorsErrorResponse
-
- All Implemented Interfaces:
public final class VectorsErrorResponseJSON error body returned by the S3 Vectors mock.
-
-
Constructor Summary
Constructors Constructor Description VectorsErrorResponse(String errorType, String message)
-
Method Summary
Modifier and Type Method Description final StringgetErrorType()final StringgetMessage()-
-
Method Detail
-
getErrorType
final String getErrorType()
-
getMessage
final String getMessage()
-
-
-
-