Expand description
Errors related to validation
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
- 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