Class: Aws::Types::AttributeError
- Inherits:
-
Object
- Object
- Aws::Types::AttributeError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_identifier ⇒ ::String
Returns the value of attribute attribute_identifier.
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#attribute_identifier ⇒ ::String
Returns the value of attribute attribute_identifier.
401 402 403 |
# File 'sig/types.rbs', line 401 def attribute_identifier @attribute_identifier end |
#code ⇒ ::String
Returns the value of attribute code.
402 403 404 |
# File 'sig/types.rbs', line 402 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
403 404 405 |
# File 'sig/types.rbs', line 403 def @message end |