Class: Aws::Types::BatchAlarmActionErrorEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchAlarmActionErrorEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
65 66 67 |
# File 'sig/types.rbs', line 65 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
66 67 68 |
# File 'sig/types.rbs', line 66 def @error_message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
64 65 66 |
# File 'sig/types.rbs', line 64 def request_id @request_id end |