Class: Aws::QuickSight::Types::AssetBundleExportJobWarning

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the resource whose processing caused a warning.

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1205

class AssetBundleExportJobWarning < Struct.new(
  :arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A description of the warning.

Returns:

  • (String)


1205
1206
1207
1208
1209
1210
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1205

class AssetBundleExportJobWarning < Struct.new(
  :arn,
  :message)
  SENSITIVE = []
  include Aws::Structure
end