Class: Aws::QuickSight::Types::ActionConnectorError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ActionConnectorError
- 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
-
#message ⇒ String
The error message describing what went wrong with the action connector.
-
#type ⇒ String
The type or category of the error.
Instance Attribute Details
#message ⇒ String
The error message describing what went wrong with the action connector.
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 |
#type ⇒ String
The type or category of the error.
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 |