Values.PutAttributesResponseSourcetype nonrec t = {attributes : Attributes.t option;The attributes applied to your resource.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `AttributeLimitExceededException of AttributeLimitExceededException.t| `ClientException of ClientException.t| `ClusterNotFoundException of ClusterNotFoundException.t| `InvalidParameterException of InvalidParameterException.t| `ServerException of ServerException.t| `TargetNotFoundException of TargetNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AttributeLimitExceededException of AttributeLimitExceededException.t
| `ClientException of ClientException.t
| `ClusterNotFoundException of ClusterNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `TargetNotFoundException of TargetNotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `AttributeLimitExceededException of AttributeLimitExceededException.t
| `ClientException of ClientException.t
| `ClusterNotFoundException of ClusterNotFoundException.t
| `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `TargetNotFoundException of TargetNotFoundException.t
| `Unknown_operation_error of string * string option ]