Class: Aws::Types::UnprocessedConfigurationPolicyAssociation
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedConfigurationPolicyAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_policy_association_identifiers ⇒ Types::ConfigurationPolicyAssociation
Returns the value of attribute configuration_policy_association_identifiers.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
Instance Attribute Details
#configuration_policy_association_identifiers ⇒ Types::ConfigurationPolicyAssociation
Returns the value of attribute configuration_policy_association_identifiers.
7883 7884 7885 |
# File 'sig/types.rbs', line 7883 def configuration_policy_association_identifiers @configuration_policy_association_identifiers end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
7884 7885 7886 |
# File 'sig/types.rbs', line 7884 def error_code @error_code end |
#error_reason ⇒ ::String
Returns the value of attribute error_reason.
7885 7886 7887 |
# File 'sig/types.rbs', line 7885 def error_reason @error_reason end |