Class: Aws::HealthLake::Types::NotImplementedOperationException

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

Overview

The requested operation is not yet available. Check the service documentation for a list of supported operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1665
1666
1667
1668
1669
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 1665

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