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)


41661
41662
41663
41664
41665
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 41661

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