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