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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#answer_idString

The answer ID for the InvalidTopicReviewedAnswer.

Returns:

  • (String)


18320
18321
18322
18323
18324
18325
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18320

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

#errorString

The error that is returned for the InvalidTopicReviewedAnswer.

Returns:

  • (String)


18320
18321
18322
18323
18324
18325
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18320

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