Class: Aws::SSM::Types::UnsupportedParameterType
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::UnsupportedParameterType
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The parameter type isn’t supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
18446 18447 18448 18449 18450 |
# File 'lib/aws-sdk-ssm/types.rb', line 18446 class UnsupportedParameterType < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |