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

Class: Aws::IVS::Types::BatchError

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

Overview

Error related to a specific channel, specified by its ARN.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Channel ARN.

Returns:

  • (String)

    Channel ARN.

#codeString

Error code.

Returns:

  • (String)

    Error code.

#messageString

Error message, determined by the application.

Returns:

  • (String)

    Error message, determined by the application.