Class: Aws::Types::Error
- Inherits:
-
Object
- Object
- Aws::Types::Error
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#version_id ⇒ ::String
Returns the value of attribute version_id.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
778 779 780 |
# File 'sig/types.rbs', line 778 def code @code end |
#key ⇒ ::String
Returns the value of attribute key.
776 777 778 |
# File 'sig/types.rbs', line 776 def key @key end |
#message ⇒ ::String
Returns the value of attribute message.
779 780 781 |
# File 'sig/types.rbs', line 779 def end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
777 778 779 |
# File 'sig/types.rbs', line 777 def version_id @version_id end |