Uses of Class
software.amazon.awssdk.services.finspacedata.model.DataViewErrorInfo
-
Packages that use DataViewErrorInfo Package Description software.amazon.awssdk.services.finspacedata.model -
-
Uses of DataViewErrorInfo in software.amazon.awssdk.services.finspacedata.model
Methods in software.amazon.awssdk.services.finspacedata.model that return DataViewErrorInfo Modifier and Type Method Description DataViewErrorInfoDataViewSummary. errorInfo()The structure with error messages.DataViewErrorInfoGetDataViewResponse. errorInfo()Information about an error that occurred for the Dataview.Methods in software.amazon.awssdk.services.finspacedata.model with parameters of type DataViewErrorInfo Modifier and Type Method Description DataViewSummary.BuilderDataViewSummary.Builder. errorInfo(DataViewErrorInfo errorInfo)The structure with error messages.GetDataViewResponse.BuilderGetDataViewResponse.Builder. errorInfo(DataViewErrorInfo errorInfo)Information about an error that occurred for the Dataview.
-