Class: Aws::Omics::Types::NotSupportedOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Omics::Types::NotSupportedOperationException
- 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
#message ⇒ String
6529 6530 6531 6532 6533 |
# File 'lib/aws-sdk-omics/types.rb', line 6529 class NotSupportedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |