Class: Aws::NetworkSecurityManager::Types::DeploymentWarningEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::DeploymentWarningEntry
- 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
-
#code ⇒ String
A code that identifies the type of warning.
-
#message ⇒ String
A human-readable description of the warning.
-
#policy_arn ⇒ String
The ARN of the policy that the warning relates to.
Instance Attribute Details
#code ⇒ String
A code that identifies the type of warning.
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.
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.
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 |