Class: Aws::SageMaker::Types::ResourceInUse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Resource being accessed is in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


42164
42165
42166
42167
42168
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 42164

class ResourceInUse < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end