Class: Aws::QuickSight::Types::AssetBundleImportJobError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

Describes an error that occurred within an Asset Bundle import execution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the resource whose processing caused an error.

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1523

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

#messageString

A description of the error.

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1523

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

#typeString

The specific error type or the error that occurred.

Returns:

  • (String)


1523
1524
1525
1526
1527
1528
1529
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1523

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