Class: Aws::SSM::Types::FeatureNotAvailableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::FeatureNotAvailableException
- 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 isn’t available.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7350 7351 7352 7353 7354 |
# File 'lib/aws-sdk-ssm/types.rb', line 7350 class FeatureNotAvailableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |