ValidationErrorsEntry

public struct ValidationErrorsEntry : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Checks the name of the policy.

    Declaration

    Swift

    public let checkName: String?
  • Displays error messages if validation encounters problems during validation of the resource policy.

    Declaration

    Swift

    public let errorMessage: String?
  • Undocumented

    Declaration

    Swift

    public init(checkName: String? = nil, errorMessage: String? = nil)