Class: Aws::NetworkSecurityManager::Types::DeploymentWarningEntry

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

Overview

A warning about a potential issue with a deployment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ String

A code that identifies the type of warning.

Returns:

  • (String)


1866
1867
1868
1869
1870
1871
1872
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1866

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

#message ⇒ String

A human-readable description of the warning.

Returns:

  • (String)


1866
1867
1868
1869
1870
1871
1872
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1866

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

#policy_arn ⇒ String

The ARN of the policy that the warning relates to.

Returns:

  • (String)


1866
1867
1868
1869
1870
1871
1872
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 1866

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