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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The HTTP status code for the error.

Returns:

  • (String)


3199
3200
3201
3202
3203
3204
3205
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3199

class RecipeVersionErrorDetail < Struct.new(
  :error_code,
  :error_message,
  :recipe_version)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The text of the error message.

Returns:

  • (String)


3199
3200
3201
3202
3203
3204
3205
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3199

class RecipeVersionErrorDetail < Struct.new(
  :error_code,
  :error_message,
  :recipe_version)
  SENSITIVE = []
  include Aws::Structure
end

#recipe_versionString

The identifier for the recipe version associated with this error.

Returns:

  • (String)


3199
3200
3201
3202
3203
3204
3205
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3199

class RecipeVersionErrorDetail < Struct.new(
  :error_code,
  :error_message,
  :recipe_version)
  SENSITIVE = []
  include Aws::Structure
end