Class: Aws::Types::UnprocessedStandardsControlAssociationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedStandardsControlAssociationUpdate
- 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.
-
#standards_control_association_update ⇒ Types::StandardsControlAssociationUpdate
Returns the value of attribute standards_control_association_update.
Instance Attribute Details
#error_code ⇒ "INVALID_INPUT", ...
Returns the value of attribute error_code.
7905 7906 7907 |
# File 'sig/types.rbs', line 7905 def error_code @error_code end |
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
7906 7907 7908 |
# File 'sig/types.rbs', line 7906 def error_reason @error_reason end |
#standards_control_association_update ⇒ Types::StandardsControlAssociationUpdate
Returns the value of attribute standards_control_association_update.
7904 7905 7906 |
# File 'sig/types.rbs', line 7904 def standards_control_association_update @standards_control_association_update end |