Class: Aws::SSM::Types::FeatureNotAvailableException

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

Overview

You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where the corresponding service is not available.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6450
6451
6452
6453
# File 'lib/aws-sdk-ssm/types.rb', line 6450

class FeatureNotAvailableException < Struct.new(
  :message)
  include Aws::Structure
end