Class: Aws::SecurityHub::Types::UnprocessedSecurityControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UnprocessedSecurityControl
- Defined in:
- gems/aws-sdk-securityhub/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
-
#error_code ⇒ String
The error code for the unprocessed security control.
-
#error_reason ⇒ String
The reason why the security control was unprocessed.
-
#security_control_id ⇒ String
The control (identified with
SecurityControlId
,SecurityControlArn
, or a mix of both parameters) for which a response couldn't be returned.
Instance Attribute Details
#error_code ⇒ String
The error code for the unprocessed security control.
30168 30169 30170 30171 30172 30173 30174 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30168 class UnprocessedSecurityControl < Struct.new( :security_control_id, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |
#error_reason ⇒ String
The reason why the security control was unprocessed.
30168 30169 30170 30171 30172 30173 30174 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30168 class UnprocessedSecurityControl < Struct.new( :security_control_id, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |
#security_control_id ⇒ String
The control (identified with SecurityControlId
,
SecurityControlArn
, or a mix of both parameters) for which a
response couldn't be returned.
30168 30169 30170 30171 30172 30173 30174 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30168 class UnprocessedSecurityControl < Struct.new( :security_control_id, :error_code, :error_reason) SENSITIVE = [] include Aws::Structure end |