Class: Aws::GuardDuty::Types::MalwareProtectionPlanStatusReason

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

Overview

Information about the issue code and message associated to the status of your Malware Protection plan.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Issue code.

Returns:

  • (String)


5425
5426
5427
5428
5429
5430
# File 'lib/aws-sdk-guardduty/types.rb', line 5425

class MalwareProtectionPlanStatusReason < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Issue message that specifies the reason. For information about potential troubleshooting steps, see [Troubleshooting Malware Protection for S3 status issues] in the *GuardDuty User Guide*.

[1]: docs.aws.amazon.com/guardduty/latest/ug/troubleshoot-s3-malware-protection-status-errors.html

Returns:

  • (String)


5425
5426
5427
5428
5429
5430
# File 'lib/aws-sdk-guardduty/types.rb', line 5425

class MalwareProtectionPlanStatusReason < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end