Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
AssetBundleExportJobError |
AssetBundleExportJobError.clone() |
AssetBundleExportJobError |
AssetBundleExportJobError.withArn(String arn)
The ARN of the resource whose processing caused an error.
|
AssetBundleExportJobError |
AssetBundleExportJobError.withMessage(String message)
A description of the error.
|
AssetBundleExportJobError |
AssetBundleExportJobError.withType(String type)
The specific error type of the error that occurred.
|
Modifier and Type | Method and Description |
---|---|
List<AssetBundleExportJobError> |
DescribeAssetBundleExportJobResult.getErrors()
An array of error records that describes any failures that occurred during the export job processing.
|
Modifier and Type | Method and Description |
---|---|
DescribeAssetBundleExportJobResult |
DescribeAssetBundleExportJobResult.withErrors(AssetBundleExportJobError... errors)
An array of error records that describes any failures that occurred during the export job processing.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeAssetBundleExportJobResult.setErrors(Collection<AssetBundleExportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
|
DescribeAssetBundleExportJobResult |
DescribeAssetBundleExportJobResult.withErrors(Collection<AssetBundleExportJobError> errors)
An array of error records that describes any failures that occurred during the export job processing.
|
Copyright © 2023. All rights reserved.