Class: Aws::SSM::Types::NoLongerSupportedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::NoLongerSupportedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The requested operation is no longer supported by Systems Manager.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
13646 13647 13648 13649 13650 |
# File 'lib/aws-sdk-ssm/types.rb', line 13646 class NoLongerSupportedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |