@Stability(value=Stable)
public static interface CfnDataSource.DataSourceErrorInfoProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
DataSourceErrorInfoProperty dataSourceErrorInfoProperty = DataSourceErrorInfoProperty.builder()
.message("message")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataSource.DataSourceErrorInfoProperty.Builder
A builder for
CfnDataSource.DataSourceErrorInfoProperty |
static class |
CfnDataSource.DataSourceErrorInfoProperty.Jsii$Proxy
An implementation for
CfnDataSource.DataSourceErrorInfoProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataSource.DataSourceErrorInfoProperty.Builder |
builder() |
default String |
getMessage()
Error message.
|
default String |
getType()
Error type.
|
@Stability(value=Stable) @Nullable default String getMessage()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnDataSource.DataSourceErrorInfoProperty.Builder builder()
Copyright © 2022. All rights reserved.