GetServiceLinkedRoleDeletionStatusResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
Status object
Reason object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getservicelinkedroledeletionstatusresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetServiceLinkedRoleDeletionStatusResponse",
  "title": "GetServiceLinkedRoleDeletionStatusResponse",
  "type": "object",
  "required": [
    "Status"
  ],
  "properties": {
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeletionTaskStatusType"
        },
        {
          "description": "The status of the deletion."
        }
      ]
    },
    "Reason": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeletionTaskFailureReasonType"
        },
        {
          "description": "An object that contains details about the reason the deletion failed."
        }
      ]
    }
  }
}