Class: Aws::SecurityHub::Types::StatusReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::StatusReason
- 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
-
#description ⇒ String
The corresponding description for the status reason code.
-
#reason_code ⇒ String
A code that represents a reason for the control status.
Instance Attribute Details
#description ⇒ String
The corresponding description for the status reason code.
30399 30400 30401 30402 30403 30404 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30399 class StatusReason < Struct.new( :reason_code, :description) SENSITIVE = [] include Aws::Structure end |
#reason_code ⇒ String
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*.
30399 30400 30401 30402 30403 30404 |
# File 'lib/aws-sdk-securityhub/types.rb', line 30399 class StatusReason < Struct.new( :reason_code, :description) SENSITIVE = [] include Aws::Structure end |