Class: Aws::SSM::Types::UnsupportedOperationException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

This operation is not supported for the current account. You must first enable the Systems Manager integrated experience in your account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


19024
19025
19026
19027
19028
# File 'lib/aws-sdk-ssm/types.rb', line 19024

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