@Stability(value=Stable)
public static interface CfnAnalysis.AnalysisErrorProperty
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.*;
AnalysisErrorProperty analysisErrorProperty = AnalysisErrorProperty.builder()
.message("message")
.type("type")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAnalysis.AnalysisErrorProperty.Builder
A builder for
CfnAnalysis.AnalysisErrorProperty |
static class |
CfnAnalysis.AnalysisErrorProperty.Jsii$Proxy
An implementation for
CfnAnalysis.AnalysisErrorProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnAnalysis.AnalysisErrorProperty.Builder |
builder() |
default String |
getMessage()
The message associated with the analysis error.
|
default String |
getType()
The type of the analysis error.
|
@Stability(value=Stable) @Nullable default String getMessage()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) static CfnAnalysis.AnalysisErrorProperty.Builder builder()
Copyright © 2022. All rights reserved.