Class: Aws::QConnect::Types::NotifyRecommendationsReceivedError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::NotifyRecommendationsReceivedError
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
An error occurred when creating a recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A recommendation is causing an error.
-
#recommendation_id ⇒ String
The identifier of the recommendation that is in error.
Instance Attribute Details
#message ⇒ String
A recommendation is causing an error.
7259 7260 7261 7262 7263 7264 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7259 class NotifyRecommendationsReceivedError < Struct.new( :recommendation_id, :message) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The identifier of the recommendation that is in error.
7259 7260 7261 7262 7263 7264 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7259 class NotifyRecommendationsReceivedError < Struct.new( :recommendation_id, :message) SENSITIVE = [] include Aws::Structure end |