TaggingTagAssociationBatchResult
The TagAssociation.BatchResult structure describes the result of performing the same operation on several tags or objects in a single invocation.
Properties
boolean
success
Required
This is true if the batch operation completed without any errors. Otherwise it is false and all or some operations have failed.
JSON Example
{
"error_messages": [
{
"args": [
"string"
],
"default_message": "string",
"id": "string"
}
],
"success": false
}