Class: Aws::Types::UnprocessedSecurityControl
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedSecurityControl
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "INVALID_INPUT", ...
Returns the value of attribute error_code.
-
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
-
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
Instance Attribute Details
#error_code ⇒ "INVALID_INPUT", ...
Returns the value of attribute error_code.
7891 7892 7893 |
# File 'sig/types.rbs', line 7891 def error_code @error_code end |
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
7892 7893 7894 |
# File 'sig/types.rbs', line 7892 def error_reason @error_reason end |
#security_control_id ⇒ ::String
Returns the value of attribute security_control_id.
7890 7891 7892 |
# File 'sig/types.rbs', line 7890 def security_control_id @security_control_id end |