Class: Aws::Types::ValidateStateMachineDefinitionDiagnostic
- Inherits:
-
Object
- Object
- Aws::Types::ValidateStateMachineDefinitionDiagnostic
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#location ⇒ ::String
Returns the value of attribute location.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#severity ⇒ "ERROR", "WARNING"
Returns the value of attribute severity.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def code @code end |
#location ⇒ ::String
Returns the value of attribute location.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def location @location end |
#message ⇒ ::String
Returns the value of attribute message.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def end |
#severity ⇒ "ERROR", "WARNING"
Returns the value of attribute severity.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def severity @severity end |