Class: Aws::QuickSight::Types::AssetBundleImportJobWarning
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobWarning
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Describes a warning that occurred during an Asset Bundle import job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the resource that the warning occurred for.
-
#message ⇒ String
A description of the warning that occurred during an Asset Bundle import job.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource that the warning occurred for.
2189 2190 2191 2192 2193 2194 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2189 class AssetBundleImportJobWarning < Struct.new( :arn, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the warning that occurred during an Asset Bundle import job.
2189 2190 2191 2192 2193 2194 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2189 class AssetBundleImportJobWarning < Struct.new( :arn, :message) SENSITIVE = [] include Aws::Structure end |