Class: Aws::SSM::Types::InvalidTypeNameException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidTypeNameException
- Defined in:
- gems/aws-sdk-ssm/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
11017 11018 11019 11020 11021 |
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 11017 class InvalidTypeNameException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |