class Aws::SageMaker::Types::SendPipelineExecutionStepFailureRequest

@note When making an API call, you may pass SendPipelineExecutionStepFailureRequest

data as a hash:

    {
      callback_token: "CallbackToken", # required
      failure_reason: "String256",
      client_request_token: "IdempotencyToken",
    }

@!attribute [rw] callback_token

The pipeline generated token from the Amazon SQS queue.
@return [String]

@!attribute [rw] failure_reason

A message describing why the step failed.
@return [String]

@!attribute [rw] client_request_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SendPipelineExecutionStepFailureRequest AWS API Documentation

Constants

SENSITIVE