ENUM
ActionDefinitionValidationFailureType
link GraphQL Schema definition
- enum ActionDefinitionValidationFailureType {
- # This indicates that the entity is not in the right state to perform this action.
- # This indicates that the the user does not have the required roles to perform
- # this action.
- # This failure indicates that an action cannot be performed for lack of a product
- # entity. Example: This VM doesnt exist in VRA and hence power off cannot be
- # performed
- }