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)


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

#errorString

The error that is returned for the InvalidTopicReviewedAnswer.

Returns:

  • (String)


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