Class: Aws::QuickSight::Types::AssetBundleExportJobWarning
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::AssetBundleExportJobWarning
 
- Defined in:
- gems/aws-sdk-quicksight/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.
| 1611 1612 1613 1614 1615 1616 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1611 class AssetBundleExportJobWarning < Struct.new( :arn, :message) SENSITIVE = [] include Aws::Structure end | 
#message ⇒ String
A description of the warning.
| 1611 1612 1613 1614 1615 1616 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1611 class AssetBundleExportJobWarning < Struct.new( :arn, :message) SENSITIVE = [] include Aws::Structure end |