Amazon Kinesis Data Analytics for SQL Applications Developer Guide (original) (raw)
Request SyntaxRequest ParametersResponse ElementsErrorsSee Also
UntagResource
Removes one or more tags from a Kinesis Analytics application. For more information, see Using Tagging.
Request Syntax
{
"ResourceARN": "string",
"TagKeys": [ "string" ]
}
Request Parameters
The request accepts the following data in JSON format.
The ARN of the Kinesis Analytics application from which to remove the tags.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern: arn:.*
Required: Yes
A list of keys of tags to remove from the specified application.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 200 items.
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: Yes
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
ConcurrentModificationException
Exception thrown as a result of concurrent modification to an application. For example, two individuals attempting to edit the same application at the same time.
HTTP Status Code: 400
InvalidArgumentException
Specified input parameter value is invalid.
HTTP Status Code: 400
ResourceInUseException
Application is not available for this operation.
HTTP Status Code: 400
ResourceNotFoundException
Specified application can't be found.
HTTP Status Code: 400
TooManyTagsException
Application created with too many tags, or too many tags added to an application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following:
- AWS Command Line Interface
- AWS SDK for .NET
- AWS SDK for C++
- AWS SDK for Go v2
- AWS SDK for Java V2
- AWS SDK for JavaScript V3
- AWS SDK for Kotlin
- AWS SDK for PHP V3
- AWS SDK for Python
- AWS SDK for Ruby V3
TagResource
UpdateApplication
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.