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)


19041
19042
19043
19044
19045
# File 'lib/aws-sdk-ssm/types.rb', line 19041

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