Class: Aws::QuickSight::Types::AssetBundleExportJobWarning
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleExportJobWarning
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Describes a warning that occurred during an Asset Bundle export job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the resource whose processing caused a warning.
-
#message ⇒ String
A description of the warning.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource whose processing caused a warning.
1311 1312 1313 1314 1315 1316 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1311 class AssetBundleExportJobWarning < Struct.new( :arn, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the warning.
1311 1312 1313 1314 1315 1316 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1311 class AssetBundleExportJobWarning < Struct.new( :arn, :message) SENSITIVE = [] include Aws::Structure end |