Class: Aws::QConnect::Types::NotifyRecommendationsReceivedError

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

Overview

An error occurred when creating a recommendation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A recommendation is causing an error.

Returns:

  • (String)


8053
8054
8055
8056
8057
8058
# File 'lib/aws-sdk-qconnect/types.rb', line 8053

class NotifyRecommendationsReceivedError < Struct.new(
  :recommendation_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

The identifier of the recommendation that is in error.

Returns:

  • (String)


8053
8054
8055
8056
8057
8058
# File 'lib/aws-sdk-qconnect/types.rb', line 8053

class NotifyRecommendationsReceivedError < Struct.new(
  :recommendation_id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end