You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StatusReason as input to an Aws::Client method, you can use a vanilla Hash:

{
  reason_code: "NonEmptyString", # required
  description: "NonEmptyString",
}

Provides additional context for the value of Compliance.Status.

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The corresponding description for the status reason code.

Returns:

  • (String)

    The corresponding description for the status reason code.

#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 AWS Security Hub User Guide.

Returns:

  • (String)

    A code that represents a reason for the control status.