Class: Aws::SageMaker::Types::LastUpdateStatus

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

Overview

A value that indicates whether the update was successful.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reasonString

If the update wasn't successful, indicates the reason why it failed.

Returns:

  • (String)


24572
24573
24574
24575
24576
24577
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24572

class LastUpdateStatus < Struct.new(
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A value that indicates whether the update was made successful.

Returns:

  • (String)


24572
24573
24574
24575
24576
24577
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24572

class LastUpdateStatus < Struct.new(
  :status,
  :failure_reason)
  SENSITIVE = []
  include Aws::Structure
end