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).
29590 29591 29592 29593 29594 29595 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29590 class OfflineStoreStatus < Struct.new( :status, :blocked_reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
An OfflineStore
status.
29590 29591 29592 29593 29594 29595 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29590 class OfflineStoreStatus < Struct.new( :status, :blocked_reason) SENSITIVE = [] include Aws::Structure end |