Class: Aws::Types::BatchStartRecommendationsErrorEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchStartRecommendationsErrorEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#database_id ⇒ ::String
Returns the value of attribute database_id.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
52 53 54 |
# File 'sig/types.rbs', line 52 def code @code end |
#database_id ⇒ ::String
Returns the value of attribute database_id.
50 51 52 |
# File 'sig/types.rbs', line 50 def database_id @database_id end |
#message ⇒ ::String
Returns the value of attribute message.
51 52 53 |
# File 'sig/types.rbs', line 51 def @message end |