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

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

Overview

You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where the corresponding service isn't available.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7330
7331
7332
7333
7334
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 7330

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