Class: Aws::QuickSight::Types::AssetBundleExportJobError

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

Overview

Describes an error 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 an error.

Returns:

  • (String)


1032
1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1032

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

#messageString

A description of the error.

Returns:

  • (String)


1032
1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1032

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

#typeString

The specific error type of the error that occurred.

Returns:

  • (String)


1032
1033
1034
1035
1036
1037
1038
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1032

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