EffectivePolicyValidationError

Contains details about the validation errors that occurred when generating or enforcing an effective policy, such as which policies contributed to the error and location of the error.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The individual policies inherited and attached to the account which contributed to the validation error.

Link copied to clipboard

The error code for the validation error. For example, ELEMENTS_TOO_MANY.

Link copied to clipboard

The error message for the validation error.

Link copied to clipboard

The path within the effective policy where the validation error occurred.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String