Class: Aws::QuickSight::Types::DashboardError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardError
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Dashboard error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message.
-
#type ⇒ String
Type.
Instance Attribute Details
#message ⇒ String
Message.
3257 3258 3259 3260 3261 3262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3257 class DashboardError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type.
3257 3258 3259 3260 3261 3262 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 3257 class DashboardError < Struct.new( :type, :message) SENSITIVE = [] include Aws::Structure end |