You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kafka::Types::ErrorInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returns information about an error state of the cluster.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

A number describing the error programmatically.

Returns:

  • (String)

    A number describing the error programmatically.

#error_stringString

An optional field to provide more details about the error.

Returns:

  • (String)

    An optional field to provide more details about the error.