Class: Aws::QConnect::Types::NotifyRecommendationsReceivedError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::NotifyRecommendationsReceivedError
- 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
-
#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.
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_id ⇒ String
The identifier of the recommendation that is in error.
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 |