Class: Aws::SecurityHub::Types::StandardsStatusReason

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

Overview

The reason for the current status of a standard subscription.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#status_reason_codeString

The reason code that represents the reason for the current status of a standard subscription.

Returns:

  • (String)


29985
29986
29987
29988
29989
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 29985

class StandardsStatusReason < Struct.new(
  :status_reason_code)
  SENSITIVE = []
  include Aws::Structure
end