Class: Aws::SecurityHub::Types::UnprocessedStandardsControlAssociationUpdate

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

Instance Attribute Details

#error_codeString

The error code for the unprocessed update of the control’s enablement status in the specified standard.

Returns:

  • (String)


30897
30898
30899
30900
30901
30902
30903
# File 'lib/aws-sdk-securityhub/types.rb', line 30897

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

#error_reasonString

The reason why a control’s enablement status in the specified standard couldn’t be updated.

Returns:

  • (String)


30897
30898
30899
30900
30901
30902
30903
# File 'lib/aws-sdk-securityhub/types.rb', line 30897

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

#standards_control_association_updateTypes::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



30897
30898
30899
30900
30901
30902
30903
# File 'lib/aws-sdk-securityhub/types.rb', line 30897

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