Class: Aws::SageMaker::Types::DeleteWorkteamResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#successBoolean

Returns ‘true` if the work team was successfully deleted; otherwise, returns `false`.

Returns:

  • (Boolean)


6001
6002
6003
6004
# File 'lib/aws-sdk-sagemaker/types.rb', line 6001

class DeleteWorkteamResponse < Struct.new(
  :success)
  include Aws::Structure
end