Values.DeleteResourcePolicyResponseSourceDeletes the resource-based policy attached to the CloudTrail event data store, dashboard, or channel.
type nonrec error = [ | `ConflictException of ConflictException.t| `OperationNotPermittedException of OperationNotPermittedException.t| `ResourceARNNotValidException of ResourceARNNotValidException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ResourcePolicyNotFoundException of ResourcePolicyNotFoundException.t| `ResourceTypeNotSupportedException of ResourceTypeNotSupportedException.t| `UnsupportedOperationException of UnsupportedOperationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of unit
| `OperationNotPermittedException of unit
| `ResourceARNNotValidException of unit
| `ResourceNotFoundException of unit
| `ResourcePolicyNotFoundException of unit
| `ResourceTypeNotSupportedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of unit
| `OperationNotPermittedException of unit
| `ResourceARNNotValidException of unit
| `ResourceNotFoundException of unit
| `ResourcePolicyNotFoundException of unit
| `ResourceTypeNotSupportedException of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationException of unit ]