Class: Aws::Types::ErrorRootCause
- Inherits:
-
Object
- Object
- Aws::Types::ErrorRootCause
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_impacting ⇒ Boolean
Returns the value of attribute client_impacting.
-
#services ⇒ ::Array[Types::ErrorRootCauseService]
Returns the value of attribute services.
Instance Attribute Details
#client_impacting ⇒ Boolean
Returns the value of attribute client_impacting.
149 150 151 |
# File 'sig/types.rbs', line 149 def client_impacting @client_impacting end |
#services ⇒ ::Array[Types::ErrorRootCauseService]
Returns the value of attribute services.
148 149 150 |
# File 'sig/types.rbs', line 148 def services @services end |