Class: Aws::SageMaker::Types::LastUpdateStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::LastUpdateStatus
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
A value that indicates whether the update was successful.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
If the update wasn’t successful, indicates the reason why it failed.
-
#status ⇒ String
A value that indicates whether the update was made successful.
Instance Attribute Details
#failure_reason ⇒ String
If the update wasn’t successful, indicates the reason why it failed.
25961 25962 25963 25964 25965 25966 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25961 class LastUpdateStatus < Struct.new( :status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A value that indicates whether the update was made successful.
25961 25962 25963 25964 25965 25966 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 25961 class LastUpdateStatus < Struct.new( :status, :failure_reason) SENSITIVE = [] include Aws::Structure end |