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

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 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

Instance Attribute Details

#error_codeString

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

Returns:

  • (String)


30821
30822
30823
30824
30825
30826
30827
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30821

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)


30821
30822
30823
30824
30825
30826
30827
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30821

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.



30821
30822
30823
30824
30825
30826
30827
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30821

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