Expand description
Error subtypes for RequestValidationError
Structsยง
- Invalid
Context Error - Context does not comply with the shape specified for the request action
- Invalid
Principal Type Error - Request principal is of a type that is declared in the schema, but is not valid for the request action
- Invalid
Resource Type Error - Request resource is of a type that is declared in the schema, but is not valid for the request action
- Type
OfContext Error - Error computing the type of the
Context
- Undeclared
Action Error - Request action is not declared in the schema
- Undeclared
Principal Type Error - Request principal is of a type not declared in the schema
- Undeclared
Resource Type Error - Request resource is of a type not declared in the schema