Class: Aws::Types::BatchDeleteDetectorErrorEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteDetectorErrorEntry
- 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.
72 73 74 |
# File 'sig/types.rbs', line 72 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
73 74 75 |
# File 'sig/types.rbs', line 73 def @error_message end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
71 72 73 |
# File 'sig/types.rbs', line 71 def @message_id end |