Class: Aws::Types::ActionConnectorError
- Inherits:
-
Object
- Object
- Aws::Types::ActionConnectorError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#type ⇒ "INTERNAL_FAILURE"
Returns the value of attribute type.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
72 73 74 |
# File 'sig/types.rbs', line 72 def @message end |
#type ⇒ "INTERNAL_FAILURE"
Returns the value of attribute type.
73 74 75 |
# File 'sig/types.rbs', line 73 def type @type end |