Class ValidationErrorsEntry
- Namespace
- Amazon.SecretsManager.Model
- Assembly
- AWSSDK.SecretsManager.dll
Displays errors that occurred during validation of the resource policy.
public class ValidationErrorsEntry- Inheritance
- 
      
      ValidationErrorsEntry
- Inherited Members
Constructors
ValidationErrorsEntry()
public ValidationErrorsEntry()Properties
CheckName
Gets and sets the property CheckName.
Checks the name of the policy.
public string CheckName { get; set; }Property Value
ErrorMessage
Gets and sets the property ErrorMessage.
Displays error messages if validation encounters problems during validation of the resource policy.
public string ErrorMessage { get; set; }