Class: Aws::SSM::Types::NoLongerSupportedException

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

#messageString

Returns:

  • (String)


13712
13713
13714
13715
13716
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13712

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