Class: Aws::SecurityHub::Types::UnprocessedStandardsControlAssociation

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The error code for the unprocessed standard and control association.

Returns:

  • (String)


30658
30659
30660
30661
30662
30663
30664
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30658

class UnprocessedStandardsControlAssociation < Struct.new(
  :standards_control_association_id,
  :error_code,
  :error_reason)
  SENSITIVE = []
  include Aws::Structure
end

#error_reasonString

The reason why the standard and control association was unprocessed.

Returns:

  • (String)


30658
30659
30660
30661
30662
30663
30664
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30658

class UnprocessedStandardsControlAssociation < Struct.new(
  :standards_control_association_id,
  :error_code,
  :error_reason)
  SENSITIVE = []
  include Aws::Structure
end

#standards_control_association_idTypes::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.



30658
30659
30660
30661
30662
30663
30664
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30658

class UnprocessedStandardsControlAssociation < Struct.new(
  :standards_control_association_id,
  :error_code,
  :error_reason)
  SENSITIVE = []
  include Aws::Structure
end