Class: Aws::SecurityHub::Types::UnprocessedSecurityControl

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Provides details about a security control for which a response couldn’t be returned.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code for the unprocessed security control.

Returns:

  • (String)


30812
30813
30814
30815
30816
30817
30818
# File 'lib/aws-sdk-securityhub/types.rb', line 30812

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

#error_reasonString

The reason why the security control was unprocessed.

Returns:

  • (String)


30812
30813
30814
30815
30816
30817
30818
# File 'lib/aws-sdk-securityhub/types.rb', line 30812

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

#security_control_idString

The control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) for which a response couldn’t be returned.

Returns:

  • (String)


30812
30813
30814
30815
30816
30817
30818
# File 'lib/aws-sdk-securityhub/types.rb', line 30812

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