Class: Aws::SSM::Types::InvalidTypeNameException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidTypeNameException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
The parameter type name isn’t valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10758 10759 10760 10761 10762 |
# File 'lib/aws-sdk-ssm/types.rb', line 10758 class InvalidTypeNameException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |