Class: Aws::SageMaker::Types::SendPipelineExecutionStepFailureRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#callback_tokenString

The pipeline generated token from the Amazon SQS queue.

Returns:

  • (String)


38725
38726
38727
38728
38729
38730
38731
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38725

class SendPipelineExecutionStepFailureRequest < Struct.new(
  :callback_token,
  :failure_reason,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_request_tokenString

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.

Returns:

  • (String)


38725
38726
38727
38728
38729
38730
38731
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38725

class SendPipelineExecutionStepFailureRequest < Struct.new(
  :callback_token,
  :failure_reason,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

A message describing why the step failed.

Returns:

  • (String)


38725
38726
38727
38728
38729
38730
38731
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 38725

class SendPipelineExecutionStepFailureRequest < Struct.new(
  :callback_token,
  :failure_reason,
  :client_request_token)
  SENSITIVE = []
  include Aws::Structure
end