Class: Aws::SecurityHub::Types::UnprocessedStandardsControlAssociationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UnprocessedStandardsControlAssociationUpdate
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about which control’s enablement status could not be updated in a specified standard when calling the
- BatchUpdateStandardsControlAssociations][1
-
API. This parameter also
provides details about why the request was unprocessed.
[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code for the unprocessed update of the control’s enablement status in the specified standard.
-
#error_reason ⇒ String
The reason why a control’s enablement status in the specified standard couldn’t be updated.
-
#standards_control_association_update ⇒ Types::StandardsControlAssociationUpdate
An array of control and standard associations for which an update failed when calling [BatchUpdateStandardsControlAssociations].
Instance Attribute Details
#error_code ⇒ String
The error code for the unprocessed update of the control’s enablement status in the specified standard.
30890 30891 30892 30893 30894 30895 30896 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30890 class UnprocessedStandardsControlAssociationUpdate < Struct.new( :standards_control_association_update, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |
#error_reason ⇒ String
The reason why a control’s enablement status in the specified standard couldn’t be updated.
30890 30891 30892 30893 30894 30895 30896 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30890 class UnprocessedStandardsControlAssociationUpdate < Struct.new( :standards_control_association_update, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |
#standards_control_association_update ⇒ Types::StandardsControlAssociationUpdate
An array of control and standard associations for which an update failed when calling [BatchUpdateStandardsControlAssociations].
[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html
30890 30891 30892 30893 30894 30895 30896 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30890 class UnprocessedStandardsControlAssociationUpdate < Struct.new( :standards_control_association_update, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |