Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DataSourceErrorInfo |
DataSourceErrorInfo.clone() |
DataSourceErrorInfo |
DataSource.getErrorInfo()
Error information from the last update or the creation of the data source.
|
DataSourceErrorInfo |
DataSourceErrorInfo.withMessage(String message)
Error message.
|
DataSourceErrorInfo |
DataSourceErrorInfo.withType(DataSourceErrorInfoType type)
Error type.
|
DataSourceErrorInfo |
DataSourceErrorInfo.withType(String type)
Error type.
|
Modifier and Type | Method and Description |
---|---|
void |
DataSource.setErrorInfo(DataSourceErrorInfo errorInfo)
Error information from the last update or the creation of the data source.
|
DataSource |
DataSource.withErrorInfo(DataSourceErrorInfo errorInfo)
Error information from the last update or the creation of the data source.
|
Copyright © 2023. All rights reserved.