Class: Aws::Types::NotifyRecommendationsReceivedError
- Inherits:
-
Object
- Object
- Aws::Types::NotifyRecommendationsReceivedError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
600 601 602 |
# File 'sig/types.rbs', line 600 def @message end |
#recommendation_id ⇒ ::String
Returns the value of attribute recommendation_id.
601 602 603 |
# File 'sig/types.rbs', line 601 def recommendation_id @recommendation_id end |