Class: Aws::Types::UnprocessedStandardsControlAssociation
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedStandardsControlAssociation
- 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_id ⇒ Types::StandardsControlAssociationId
Returns the value of attribute standards_control_association_id.
Instance Attribute Details
#error_code ⇒ "INVALID_INPUT", ...
Returns the value of attribute error_code.
7898 7899 7900 |
# File 'sig/types.rbs', line 7898 def error_code @error_code end |
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
7899 7900 7901 |
# File 'sig/types.rbs', line 7899 def error_reason @error_reason end |
#standards_control_association_id ⇒ Types::StandardsControlAssociationId
Returns the value of attribute standards_control_association_id.
7897 7898 7899 |
# File 'sig/types.rbs', line 7897 def standards_control_association_id @standards_control_association_id end |