Class: Aws::SageMaker::Types::OfflineStoreStatus
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::OfflineStoreStatus
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
The status of ‘OfflineStore`.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #blocked_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The justification for why the OfflineStoreStatus is Blocked (if applicable).
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An ‘OfflineStore` status.
 
Instance Attribute Details
#blocked_reason ⇒ String
The justification for why the OfflineStoreStatus is Blocked (if applicable).
      36588 36589 36590 36591 36592 36593  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 36588 class OfflineStoreStatus < Struct.new( :status, :blocked_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
An ‘OfflineStore` status.
      36588 36589 36590 36591 36592 36593  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 36588 class OfflineStoreStatus < Struct.new( :status, :blocked_reason) SENSITIVE = [] include Aws::Structure end  |