Class: Aws::SecurityHub::Types::UnprocessedConfigurationPolicyAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UnprocessedConfigurationPolicyAssociation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
An array of configuration policy associations, one for each configuration policy association identifier, that was specified in a ‘BatchGetConfigurationPolicyAssociations` request but couldn’t be processed due to an error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#configuration_policy_association_identifiers ⇒ Types::ConfigurationPolicyAssociation
Configuration policy association identifiers that were specified in a ‘BatchGetConfigurationPolicyAssociations` request but couldn’t be processed due to an error.
-
#error_code ⇒ String
An HTTP status code that identifies why the configuration policy association failed.
-
#error_reason ⇒ String
A string that identifies why the configuration policy association failed.
Instance Attribute Details
#configuration_policy_association_identifiers ⇒ Types::ConfigurationPolicyAssociation
Configuration policy association identifiers that were specified in a ‘BatchGetConfigurationPolicyAssociations` request but couldn’t be processed due to an error.
30785 30786 30787 30788 30789 30790 30791 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30785 class UnprocessedConfigurationPolicyAssociation < Struct.new( :configuration_policy_association_identifiers, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |
#error_code ⇒ String
An HTTP status code that identifies why the configuration policy association failed.
30785 30786 30787 30788 30789 30790 30791 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30785 class UnprocessedConfigurationPolicyAssociation < Struct.new( :configuration_policy_association_identifiers, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |
#error_reason ⇒ String
A string that identifies why the configuration policy association failed.
30785 30786 30787 30788 30789 30790 30791 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30785 class UnprocessedConfigurationPolicyAssociation < Struct.new( :configuration_policy_association_identifiers, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |