Class: Aws::Omics::Types::NotSupportedOperationException

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

Overview

The operation is not supported by Amazon Omics, or the API does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4809
4810
4811
4812
4813
# File 'lib/aws-sdk-omics/types.rb', line 4809

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