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
OfflineStore
status.
Instance Attribute Details
#blocked_reason ⇒ String
The justification for why the OfflineStoreStatus is Blocked (if applicable).
39182 39183 39184 39185 39186 39187 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39182 class OfflineStoreStatus < Struct.new( :status, :blocked_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
An OfflineStore
status.
39182 39183 39184 39185 39186 39187 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39182 class OfflineStoreStatus < Struct.new( :status, :blocked_reason) SENSITIVE = [] include Aws::Structure end |