Amazon Elastic Transcoder · JSON Structure

Amazon Elastic Transcoder Test Role Response Structure

The TestRoleResponse structure.

Type: object Properties: 2
Amazon Web ServicesMediaTranscodingVideo

TestRoleResponse is a JSON Structure definition published by Amazon Elastic Transcoder, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Success Messages

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-elastic-transcoder/refs/heads/main/json-structure/amazon-elastic-transcoder-test-role-response-structure.json",
  "name": "TestRoleResponse",
  "description": "The <code>TestRoleResponse</code> structure.",
  "type": "object",
  "properties": {
    "Success": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Success"
        },
        {
          "description": "If the operation is successful, this value is <code>true</code>; otherwise, the value is <code>false</code>."
        }
      ]
    },
    "Messages": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExceptionMessages"
        },
        {
          "description": "If the <code>Success</code> element contains <code>false</code>, this value is an array of one or more error messages that were generated during the test process."
        }
      ]
    }
  },
  "deprecated": true
}