Class: Aws::ConnectWisdomService::Types::NotifyRecommendationsReceivedError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectWisdomService::Types::NotifyRecommendationsReceivedError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectwisdomservice/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.
2292 2293 2294 2295 2296 2297 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2292 class NotifyRecommendationsReceivedError < Struct.new( :message, :recommendation_id) SENSITIVE = [] include Aws::Structure end |
#recommendation_id ⇒ String
The identifier of the recommendation that is in error.
2292 2293 2294 2295 2296 2297 |
# File 'lib/aws-sdk-connectwisdomservice/types.rb', line 2292 class NotifyRecommendationsReceivedError < Struct.new( :message, :recommendation_id) SENSITIVE = [] include Aws::Structure end |