Class: Aws::QuickSight::Types::InvalidTopicReviewedAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InvalidTopicReviewedAnswer
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The definition for a InvalidTopicReviewedAnswer
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#answer_id ⇒ String
The answer ID for the
InvalidTopicReviewedAnswer
. -
#error ⇒ String
The error that is returned for the
InvalidTopicReviewedAnswer
.
Instance Attribute Details
#answer_id ⇒ String
The answer ID for the InvalidTopicReviewedAnswer
.
19986 19987 19988 19989 19990 19991 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19986 class InvalidTopicReviewedAnswer < Struct.new( :answer_id, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
The error that is returned for the InvalidTopicReviewedAnswer
.
19986 19987 19988 19989 19990 19991 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 19986 class InvalidTopicReviewedAnswer < Struct.new( :answer_id, :error) SENSITIVE = [] include Aws::Structure end |