Class: Aws::QuickSight::Types::ActionConnectorError

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

Overview

Contains error information for an action connector that is in an error state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message describing what went wrong with the action connector.

Returns:

  • (String)


276
277
278
279
280
281
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 276

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

#typeString

The type or category of the error.

Returns:

  • (String)


276
277
278
279
280
281
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 276

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