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.
2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2056 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.
2056 2057 2058 2059 2060 2061 |
# File 'lib/aws-sdk-quicksight/types.rb', line 2056 class AssetBundleImportJobWarning < Struct.new( :arn, :message) SENSITIVE = [] include Aws::Structure end |