Class: Aws::Types::ResultErrorEntry
- Inherits:
-
Object
- Object
- Aws::Types::ResultErrorEntry
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
63 64 65 |
# File 'sig/types.rbs', line 63 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
64 65 66 |
# File 'sig/types.rbs', line 64 def @error_message end |
#id ⇒ ::String
Returns the value of attribute id.
65 66 67 |
# File 'sig/types.rbs', line 65 def id @id end |