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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


30761
30762
30763
30764
30765
30766
30767
# File 'lib/aws-sdk-securityhub/types.rb', line 30761

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)


30761
30762
30763
30764
30765
30766
30767
# File 'lib/aws-sdk-securityhub/types.rb', line 30761

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)


30761
30762
30763
30764
30765
30766
30767
# File 'lib/aws-sdk-securityhub/types.rb', line 30761

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