Class: Aws::Types::IntegrationError
- Inherits:
-
Object
- Object
- Aws::Types::IntegrationError
- 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.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
4713 4714 4715 |
# File 'sig/types.rbs', line 4713 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
4714 4715 4716 |
# File 'sig/types.rbs', line 4714 def @error_message end |