Class: Aws::Types::ErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::ErrorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field ⇒ ::String
Returns the value of attribute field.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#field ⇒ ::String
Returns the value of attribute field.
310 311 312 |
# File 'sig/types.rbs', line 310 def field @field end |
#reason ⇒ ::String
Returns the value of attribute reason.
311 312 313 |
# File 'sig/types.rbs', line 311 def reason @reason end |