Class: Aws::HealthLake::Types::NotImplementedOperationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::NotImplementedOperationException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1665 1666 1667 1668 1669 |
# File 'lib/aws-sdk-healthlake/types.rb', line 1665 class NotImplementedOperationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |