Class: Aws::QuickSight::Types::AssetBundleImportJobError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AssetBundleImportJobError
- Includes:
- Structure
- Defined in:
- 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
-
#arn ⇒ String
The ARN of the resource whose processing caused an error.
-
#message ⇒ String
A description of the error.
-
#type ⇒ String
The specific error type or the error that occurred.
Instance Attribute Details
#arn ⇒ String
The ARN of the resource whose processing caused an error.
1706 1707 1708 1709 1710 1711 1712 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1706 class AssetBundleImportJobError < Struct.new( :arn, :type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A description of the error.
1706 1707 1708 1709 1710 1711 1712 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1706 class AssetBundleImportJobError < Struct.new( :arn, :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The specific error type or the error that occurred.
1706 1707 1708 1709 1710 1711 1712 |
# File 'lib/aws-sdk-quicksight/types.rb', line 1706 class AssetBundleImportJobError < Struct.new( :arn, :type, :message) SENSITIVE = [] include Aws::Structure end |