Class: Aws::SecurityHub::Types::StatusReason

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

Overview

Provides additional context for the value of ‘Compliance.Status`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The corresponding description for the status reason code.

Returns:

  • (String)


30406
30407
30408
30409
30410
30411
# File 'lib/aws-sdk-securityhub/types.rb', line 30406

class StatusReason < Struct.new(
  :reason_code,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#reason_codeString

A code that represents a reason for the control status. For the list of status reason codes and their meanings, see [Standards-related information in the ASFF] in the *Security Hub User Guide*.

[1]: docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-results.html#securityhub-standards-results-asff

Returns:

  • (String)


30406
30407
30408
30409
30410
30411
# File 'lib/aws-sdk-securityhub/types.rb', line 30406

class StatusReason < Struct.new(
  :reason_code,
  :description)
  SENSITIVE = []
  include Aws::Structure
end