Class: Aws::Types::ProblemDetail
- Inherits:
-
Object
- Object
- Aws::Types::ProblemDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def name @name end |