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)


27424
27425
27426
27427
27428
27429
# File 'lib/aws-sdk-quicksight/types.rb', line 27424

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

#errorString

The error that is returned for the InvalidTopicReviewedAnswer.

Returns:

  • (String)


27424
27425
27426
27427
27428
27429
# File 'lib/aws-sdk-quicksight/types.rb', line 27424

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