Class: Aws::QuickSight::Types::InvalidTopicReviewedAnswer

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The definition for a ‘InvalidTopicReviewedAnswer`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#answer_idString

The answer ID for the ‘InvalidTopicReviewedAnswer`.

Returns:

  • (String)


18125
18126
18127
18128
18129
18130
# File 'lib/aws-sdk-quicksight/types.rb', line 18125

class InvalidTopicReviewedAnswer < Struct.new(
  :answer_id,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorString

The error that is returned for the ‘InvalidTopicReviewedAnswer`.

Returns:

  • (String)


18125
18126
18127
18128
18129
18130
# File 'lib/aws-sdk-quicksight/types.rb', line 18125

class InvalidTopicReviewedAnswer < Struct.new(
  :answer_id,
  :error)
  SENSITIVE = []
  include Aws::Structure
end