Class: Aws::GlueDataBrew::Types::RecipeVersionErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::RecipeVersionErrorDetail
- Includes:
- Structure
- Defined in:
- 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
-
#error_code ⇒ String
The HTTP status code for the error.
-
#error_message ⇒ String
The text of the error message.
-
#recipe_version ⇒ String
The identifier for the recipe version associated with this error.
Instance Attribute Details
#error_code ⇒ String
The HTTP status code for the error.
3199 3200 3201 3202 3203 3204 3205 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3199 class RecipeVersionErrorDetail < Struct.new( :error_code, :error_message, :recipe_version) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The text of the error message.
3199 3200 3201 3202 3203 3204 3205 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3199 class RecipeVersionErrorDetail < Struct.new( :error_code, :error_message, :recipe_version) SENSITIVE = [] include Aws::Structure end |
#recipe_version ⇒ String
The identifier for the recipe version associated with this error.
3199 3200 3201 3202 3203 3204 3205 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3199 class RecipeVersionErrorDetail < Struct.new( :error_code, :error_message, :recipe_version) SENSITIVE = [] include Aws::Structure end |