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.
27104 27105 27106 27107 27108 27109 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27104 class LastUpdateStatus < Struct.new( :status, :failure_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
A value that indicates whether the update was made successful.
27104 27105 27106 27107 27108 27109 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 27104 class LastUpdateStatus < Struct.new( :status, :failure_reason) SENSITIVE = [] include Aws::Structure end |