Class: Aws::QuickSight::Types::InvalidTopicReviewedAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::InvalidTopicReviewedAnswer
- Includes:
- Structure
- Defined in:
- 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`.
19154 19155 19156 19157 19158 19159 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19154 class InvalidTopicReviewedAnswer < Struct.new( :answer_id, :error) SENSITIVE = [] include Aws::Structure end |
#error ⇒ String
The error that is returned for the ‘InvalidTopicReviewedAnswer`.
19154 19155 19156 19157 19158 19159 |
# File 'lib/aws-sdk-quicksight/types.rb', line 19154 class InvalidTopicReviewedAnswer < Struct.new( :answer_id, :error) SENSITIVE = [] include Aws::Structure end |