Class: Aws::Types::InvalidTopicReviewedAnswer

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#answer_id::String

Returns the value of attribute answer_id.

Returns:

  • (::String)


6922
6923
6924
# File 'sig/types.rbs', line 6922

def answer_id
  @answer_id
end

#error"INTERNAL_ERROR", ...

Returns the value of attribute error.

Returns:

  • ("INTERNAL_ERROR", "MISSING_ANSWER", "DATASET_DOES_NOT_EXIST", "INVALID_DATASET_ARN", "DUPLICATED_ANSWER", "INVALID_DATA", "MISSING_REQUIRED_FIELDS")


6923
6924
6925
# File 'sig/types.rbs', line 6923

def error
  @error
end