Class: Aws::SageMaker::Types::OfflineStoreStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::OfflineStoreStatus
- Defined in:
- gems/aws-sdk-sagemaker/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
OfflineStorestatus.
Instance Attribute Details
#blocked_reason ⇒ String
The justification for why the OfflineStoreStatus is Blocked (if applicable).
42946 42947 42948 42949 42950 42951 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42946 class OfflineStoreStatus < Struct.new( :status, :blocked_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
An OfflineStore status.
42946 42947 42948 42949 42950 42951 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42946 class OfflineStoreStatus < Struct.new( :status, :blocked_reason) SENSITIVE = [] include Aws::Structure end |