Class: Aws::Types::GetRecommendationError
- Inherits:
-
Object
- Object
- Aws::Types::GetRecommendationError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
661 662 663 |
# File 'sig/types.rbs', line 661 def code @code end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
660 661 662 |
# File 'sig/types.rbs', line 660 def identifier @identifier end |
#message ⇒ ::String
Returns the value of attribute message.
662 663 664 |
# File 'sig/types.rbs', line 662 def @message end |