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)


44088
44089
44090
44091
44092
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 44088

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