Class: Aws::SecurityHub::Types::UnprocessedStandardsControlAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UnprocessedStandardsControlAssociation
- Defined in:
- gems/aws-sdk-securityhub/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.
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.
30208 30209 30210 30211 30212 30213 30214 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30208 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.
30208 30209 30210 30211 30212 30213 30214 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30208 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.
30208 30209 30210 30211 30212 30213 30214 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30208 class UnprocessedStandardsControlAssociation < Struct.new( :standards_control_association_id, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |