Class: Aws::Types::BatchUpdateDetectorErrorEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchUpdateDetectorErrorEntry
- 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.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
Instance Attribute Details
#error_code ⇒ "ResourceNotFoundException", ...
Returns the value of attribute error_code.
146 147 148 |
# File 'sig/types.rbs', line 146 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
147 148 149 |
# File 'sig/types.rbs', line 147 def @error_message end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
145 146 147 |
# File 'sig/types.rbs', line 145 def @message_id end |