Class: Aws::Types::RecipeVersionErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::RecipeVersionErrorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
806 807 808 |
# File 'sig/types.rbs', line 806 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
807 808 809 |
# File 'sig/types.rbs', line 807 def @error_message end |
#recipe_version ⇒ ::String
Returns the value of attribute recipe_version.
808 809 810 |
# File 'sig/types.rbs', line 808 def recipe_version @recipe_version end |