Class: Aws::QuickSight::Types::DashboardError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Dashboard error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message.
-
#type ⇒ String
Type.
-
#violated_entities ⇒ Array<Types::Entity>
Lists the violated entities that caused the dashboard error.
Instance Attribute Details
#message ⇒ String
Message.
7994 7995 7996 7997 7998 7999 8000 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7994 class DashboardError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type.
7994 7995 7996 7997 7998 7999 8000 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7994 class DashboardError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end |
#violated_entities ⇒ Array<Types::Entity>
Lists the violated entities that caused the dashboard error.
7994 7995 7996 7997 7998 7999 8000 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7994 class DashboardError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end |