Class DeleteServiceResponse

    • Method Detail

      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the service.

        Returns:
        The Amazon Resource Name (ARN) of the service.
      • id

        public final String id()

        The ID of the service.

        Returns:
        The ID of the service.
      • name

        public final String name()

        The name of the service.

        Returns:
        The name of the service.
      • status

        public final ServiceStatus status()

        The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.

        If the service returns an enum value that is not available in the current SDK version, status will return ServiceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.
        See Also:
        ServiceStatus
      • statusAsString

        public final String statusAsString()

        The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.

        If the service returns an enum value that is not available in the current SDK version, status will return ServiceStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status. You can retry the operation if the status is DELETE_FAILED. However, if you retry it while the status is DELETE_IN_PROGRESS, the status doesn't change.
        See Also:
        ServiceStatus
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object