Class: Aws::SageMaker::Types::SendPipelineExecutionStepFailureRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::SendPipelineExecutionStepFailureRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#callback_token ⇒ String
The pipeline generated token from the Amazon SQS queue.
-
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation.
-
#failure_reason ⇒ String
A message describing why the step failed.
Instance Attribute Details
#callback_token ⇒ String
The pipeline generated token from the Amazon SQS queue.
40783 40784 40785 40786 40787 40788 40789 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40783 class SendPipelineExecutionStepFailureRequest < Struct.new( :callback_token, :failure_reason, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
40783 40784 40785 40786 40787 40788 40789 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40783 class SendPipelineExecutionStepFailureRequest < Struct.new( :callback_token, :failure_reason, :client_request_token) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
A message describing why the step failed.
40783 40784 40785 40786 40787 40788 40789 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 40783 class SendPipelineExecutionStepFailureRequest < Struct.new( :callback_token, :failure_reason, :client_request_token) SENSITIVE = [] include Aws::Structure end |