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.
771 772 773 |
# File 'sig/types.rbs', line 771 def code @code end |
#key ⇒ ::String
Returns the value of attribute key.
769 770 771 |
# File 'sig/types.rbs', line 769 def key @key end |
#message ⇒ ::String
Returns the value of attribute message.
772 773 774 |
# File 'sig/types.rbs', line 772 def @message end |
#version_id ⇒ ::String
Returns the value of attribute version_id.
770 771 772 |
# File 'sig/types.rbs', line 770 def version_id @version_id end |