Class: Aws::SecurityHub::Types::UnprocessedAutomationRule

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

Overview

A list of objects containing RuleArn, ErrorCode, and ErrorMessage. This parameter tells you which automation rules the request didn't process and why.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeInteger

The error code associated with the unprocessed automation rule.

Returns:

  • (Integer)


30560
30561
30562
30563
30564
30565
30566
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30560

class UnprocessedAutomationRule < Struct.new(
  :rule_arn,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

An error message describing why a request didn't process a specific rule.

Returns:

  • (String)


30560
30561
30562
30563
30564
30565
30566
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30560

class UnprocessedAutomationRule < Struct.new(
  :rule_arn,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#rule_arnString

The Amazon Resource Name (ARN) for the unprocessed automation rule.

Returns:

  • (String)


30560
30561
30562
30563
30564
30565
30566
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 30560

class UnprocessedAutomationRule < Struct.new(
  :rule_arn,
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end