Class: Aws::QuickSight::Types::AssetBundleImportJobWarning

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

Instance Attribute Details

#arnString

The ARN of the resource that the warning occurred for.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
# File 'lib/aws-sdk-quicksight/types.rb', line 1950

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

#messageString

A description of the warning that occurred during an Asset Bundle import job.

Returns:

  • (String)


1950
1951
1952
1953
1954
1955
# File 'lib/aws-sdk-quicksight/types.rb', line 1950

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