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.
1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1358 class AssetBundleExportJobWarning < Struct.new( :arn, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the warning.
1358 1359 1360 1361 1362 1363 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1358 class AssetBundleExportJobWarning < Struct.new( :arn, :message) SENSITIVE = [] include Aws::Structure end |