Method: Aws::GuardDuty::Types::GetMalwareProtectionPlanResponse#status_reasons

Defined in:
lib/aws-sdk-guardduty/types.rb

#status_reasonsArray<Types::MalwareProtectionPlanStatusReason>

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



4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
# File 'lib/aws-sdk-guardduty/types.rb', line 4107

class GetMalwareProtectionPlanResponse < Struct.new(
  :arn,
  :role,
  :protected_resource,
  :actions,
  :created_at,
  :status,
  :status_reasons,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end