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)


37579
37580
37581
37582
37583
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37579

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