You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::QuickSight::Types::AnalysisError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A metadata error structure for an analysis.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message associated with the analysis error.

Returns:

  • (String)

    The message associated with the analysis error.

#typeString

The type of the analysis error.

Possible values:

  • ACCESS_DENIED
  • SOURCE_NOT_FOUND
  • DATA_SET_NOT_FOUND
  • INTERNAL_FAILURE
  • PARAMETER_VALUE_INCOMPATIBLE
  • PARAMETER_TYPE_INVALID
  • PARAMETER_NOT_FOUND
  • COLUMN_TYPE_MISMATCH
  • COLUMN_GEOGRAPHIC_ROLE_MISMATCH
  • COLUMN_REPLACEMENT_MISSING

Returns:

  • (String)

    The type of the analysis error.