Class: Aws::SageMaker::Types::OfflineStoreStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#blocked_reasonString

The justification for why the OfflineStoreStatus is Blocked (if applicable).

Returns:

  • (String)


33289
33290
33291
33292
33293
33294
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33289

class OfflineStoreStatus < Struct.new(
  :status,
  :blocked_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

An OfflineStore status.

Returns:

  • (String)


33289
33290
33291
33292
33293
33294
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 33289

class OfflineStoreStatus < Struct.new(
  :status,
  :blocked_reason)
  SENSITIVE = []
  include Aws::Structure
end