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

Class: Aws::GlueDataBrew::Types::RecipeVersionErrorDetail

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

Overview

Represents any errors encountered when attempting to delete multiple recipe versions.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The HTTP status code for the error.

Returns:

  • (String)

    The HTTP status code for the error.

#error_messageString

The text of the error message.

Returns:

  • (String)

    The text of the error message.

#recipe_versionString

The identifier for the recipe version associated with this error.

Returns:

  • (String)

    The identifier for the recipe version associated with this error.