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.
7956 7957 7958 7959 7960 7961 7962 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7956 class DashboardError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type.
7956 7957 7958 7959 7960 7961 7962 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7956 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.
7956 7957 7958 7959 7960 7961 7962 |
# File 'lib/aws-sdk-quicksight/types.rb', line 7956 class DashboardError < Struct.new( :type, :message, :violated_entities) SENSITIVE = [] include Aws::Structure end |