

# UnprocessedSecurityControl


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

## Contents


 ** ErrorCode **   <a name="securityhub-Type-UnprocessedSecurityControl-ErrorCode"></a>
 The error code for the unprocessed security control. The `NOT_FOUND` value has been deprecated and replaced by the `RESOURCE_NOT_FOUND` value.   
Type: String  
Valid Values: `INVALID_INPUT | ACCESS_DENIED | NOT_FOUND | RESOURCE_NOT_FOUND | LIMIT_EXCEEDED`   
Required: Yes

 ** SecurityControlId **   <a name="securityhub-Type-UnprocessedSecurityControl-SecurityControlId"></a>
 The control (identified with `SecurityControlId`, `SecurityControlArn`, or a mix of both parameters) for which a response couldn't be returned.   
Type: String  
Pattern: `.*\S.*`   
Required: Yes

 ** ErrorReason **   <a name="securityhub-Type-UnprocessedSecurityControl-ErrorReason"></a>
 The reason why the security control was unprocessed.   
Type: String  
Pattern: `.*\S.*`   
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/securityhub-2018-10-26/UnprocessedSecurityControl) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/securityhub-2018-10-26/UnprocessedSecurityControl) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/securityhub-2018-10-26/UnprocessedSecurityControl) 