Class: Aws::SecurityHub::Types::UnprocessedSecurityControl
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::UnprocessedSecurityControl
- 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
-
#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.
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_reason ⇒ String
The reason why the security control was unprocessed.
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_id ⇒ String
The control (identified with ‘SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) for which a response couldn’t be returned.
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 |