Module request_validation_errors

Source
Expand description

Errors related to validation

Structsยง

InvalidContextError
Context does not comply with the shape specified for the request action
InvalidPrincipalTypeError
Request principal is of a type that is declared in the schema, but is not valid for the request action
InvalidResourceTypeError
Request resource is of a type that is declared in the schema, but is not valid for the request action
UndeclaredActionError
Request action is not declared in the schema
UndeclaredPrincipalTypeError
Request principal is of a type not declared in the schema
UndeclaredResourceTypeError
Request resource is of a type not declared in the schema