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

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


30176
30177
30178
30179
30180
# File 'lib/aws-sdk-securityhub/types.rb', line 30176

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