Class: Aws::SecurityHub::Types::UnprocessedStandardsControlAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UnprocessedStandardsControlAssociation
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about which control’s enablement status couldn’t be retrieved in a specified standard when calling [BatchUpdateStandardsControlAssociations]. 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 standard and control association.
-
#error_reason ⇒ String
The reason why the standard and control association was unprocessed.
-
#standards_control_association_id ⇒ Types::StandardsControlAssociationId
An array with one or more objects that includes a security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard.
Instance Attribute Details
#error_code ⇒ String
The error code for the unprocessed standard and control association.
30852 30853 30854 30855 30856 30857 30858 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30852 class UnprocessedStandardsControlAssociation < Struct.new( :standards_control_association_id, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |
#error_reason ⇒ String
The reason why the standard and control association was unprocessed.
30852 30853 30854 30855 30856 30857 30858 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30852 class UnprocessedStandardsControlAssociation < Struct.new( :standards_control_association_id, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |
#standards_control_association_id ⇒ Types::StandardsControlAssociationId
An array with one or more objects that includes a security control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) and the Amazon Resource Name (ARN) of a standard. This parameter shows the specific controls for which the enablement status couldn’t be retrieved in specified standards when calling [BatchUpdateStandardsControlAssociations].
[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/API_BatchUpdateStandardsControlAssociations.html
30852 30853 30854 30855 30856 30857 30858 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30852 class UnprocessedStandardsControlAssociation < Struct.new( :standards_control_association_id, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |