| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.QuickSight.Types.DataSourceErrorInfo
Description
Documentation
data DataSourceErrorInfo Source #
Error information for the data source creation or update.
See: newDataSourceErrorInfo smart constructor.
Constructors
| DataSourceErrorInfo' | |
Instances
newDataSourceErrorInfo :: DataSourceErrorInfo Source #
Create a value of DataSourceErrorInfo with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:message:DataSourceErrorInfo', dataSourceErrorInfo_message - Error message.
$sel:type':DataSourceErrorInfo', dataSourceErrorInfo_type - Error type.
dataSourceErrorInfo_message :: Lens' DataSourceErrorInfo (Maybe Text) Source #
Error message.
dataSourceErrorInfo_type :: Lens' DataSourceErrorInfo (Maybe DataSourceErrorInfoType) Source #
Error type.