Class: Aws::SecurityHub::Types::UnprocessedStandardsControlAssociationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UnprocessedStandardsControlAssociationUpdate
- Defined in:
- gems/aws-sdk-securityhub/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 API. This parameter also provides details about why the request was unprocessed.
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][1].
Instance Attribute Details
#error_code ⇒ String
The error code for the unprocessed update of the control's enablement status in the specified standard.
30246 30247 30248 30249 30250 30251 30252 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30246 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.
30246 30247 30248 30249 30250 30251 30252 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30246 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.
30246 30247 30248 30249 30250 30251 30252 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30246 class UnprocessedStandardsControlAssociationUpdate < Struct.new( :standards_control_association_update, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |