Class: Aws::Bedrock::Types::BatchDeleteAdvancedPromptOptimizationJobError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::BatchDeleteAdvancedPromptOptimizationJobError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Batch deletion error for an advanced prompt optimization job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
Error code for the deletion failure.
-
#job_identifier ⇒ String
Identifier of the job that failed to delete.
-
#message ⇒ String
Error message describing the deletion failure.
Instance Attribute Details
#code ⇒ String
Error code for the deletion failure.
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2715 class BatchDeleteAdvancedPromptOptimizationJobError < Struct.new( :job_identifier, :code, :message) SENSITIVE = [] include Aws::Structure end |
#job_identifier ⇒ String
Identifier of the job that failed to delete.
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2715 class BatchDeleteAdvancedPromptOptimizationJobError < Struct.new( :job_identifier, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
Error message describing the deletion failure.
2715 2716 2717 2718 2719 2720 2721 |
# File 'lib/aws-sdk-bedrock/types.rb', line 2715 class BatchDeleteAdvancedPromptOptimizationJobError < Struct.new( :job_identifier, :code, :message) SENSITIVE = [] include Aws::Structure end |