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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-omics/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)


4537
4538
4539
4540
4541
# File 'gems/aws-sdk-omics/lib/aws-sdk-omics/types.rb', line 4537

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